js-time-diff
Version:
a lightweight time difference javascript library
35 lines (34 loc) • 879 B
JSON
{
"name": "js-time-diff",
"version": "1.0.0",
"description": "a lightweight time difference javascript library",
"main": "dist/time-diff.min.js",
"scripts": {
"prod": "babel js/time-diff.js --out-file dist/time-diff.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/santanup/time-diff.git"
},
"keywords": [
"time",
"time-diff",
"time-difference",
"javascript",
"lightweight"
],
"author": "Santanu Prasad Sahoo",
"license": "MIT",
"bugs": {
"url": "https://github.com/santanup/time-diff/issues"
},
"homepage": "https://github.com/santanup/time-diff#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.4.3",
"babel-preset-stage-3": "^6.24.1"
}
}