diff-dates
Version:
Make date differences.
47 lines • 966 B
JSON
{
"name": "diff-dates",
"version": "1.0.15",
"description": "Make date differences.",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"date",
"diff",
"difference"
],
"author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/IonicaBizau/diff-dates.git"
},
"bugs": {
"url": "https://github.com/IonicaBizau/diff-dates/issues"
},
"homepage": "https://github.com/IonicaBizau/diff-dates#readme",
"dependencies": {
"date-unit-ms": "^1.1.0"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"index.d.ts",
"package-lock.json",
"bloggify.js",
"bloggify.json",
"bloggify/"
]
}