local-date
Version:
Replacement of Date for dealing with dates independent of time or timezone.
55 lines (54 loc) • 1.47 kB
JSON
{
"name": "local-date",
"version": "2.0.6",
"description": "Replacement of Date for dealing with dates independent of time or timezone.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"lib"
],
"scripts": {
"test": "jest",
"build": "rm -rf lib && mkdir lib && babel src -d lib && cp src/index.d.ts lib",
"lint": "eslint src test",
"preversion": "npm run lint && npm run test",
"prepublish": "npm run build",
"release-version": "smooth-release",
"flow": "flow"
},
"repository": {
"type": "git",
"url": "https://github.com/buildo/local-date.git"
},
"keywords": [
"date",
"datetime",
"localdate",
"time",
"timezone"
],
"author": "Francesco Cioria <francesco@buildo.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/buildo/local-date/issues"
},
"homepage": "https://github.com/buildo/local-date",
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.21.0",
"babel-eslint": "^7.0.0",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.12.2",
"eslint-config-buildo": "github:buildo/eslint-config",
"flow-bin": "^0.37.4",
"jest": "^18.1.0",
"smooth-release": "^6.0.0"
},
"peerDependencies": {},
"dependencies": {
"core-js": "^2.4.1"
}
}