{
  "name": "date-drift",
  "version": "1.0.8",
  "keywords": [
    "date"
  ],
  "description": "Increase or decrease a Date by year, month, date, hours, minutes, seconds and milliseconds.",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha test.js",
    "cover": "./node_modules/.bin/istanbul cover _mocha",
    "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
  },
  "author": "yangfan44777@163.com",
  "license": "MIT",
  "repository": {
    "type" : "git",
    "url" : "https://github.com/yangfan44777/date-drift.git"
  },
  "devDependencies": {
    "coveralls": "^3.0.2",
    "install": "^0.12.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "mocha-lcov-reporter": "^1.3.0"
  }
}
