calcudate
Version:
Light weight general date calculation for JavaScript
33 lines (32 loc) • 781 B
JSON
{
"name": "calcudate",
"version": "2.0.0",
"description": "Light weight general date calculation for JavaScript",
"main": "index.js",
"scripts": {
"test": "echo 'auto-api test mode...'; jshint ./; ./node_modules/.bin/nodemon --exec mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/desoares1975/calcudate.git"
},
"keywords": [
"date",
"sum date",
"calc",
"caculate date",
"subtract date"
],
"author": "desoares1975",
"license": "MIT",
"bugs": {
"url": "https://github.com/desoares1975/calcudate/issues"
},
"homepage": "https://github.com/desoares1975/calcudate#readme",
"devDependencies": {
"chai": "^3.5.0",
"jshint": "^2.9.4",
"mocha": "^3.1.2",
"nodemon": "^1.11.0"
}
}