time-difference-js
Version:
> Get the time differences in second, minute, hour, day, week, month and years
28 lines (27 loc) • 505 B
JSON
{
"name": "time-difference-js",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"keywords": [
"javascript",
"date",
"time",
"timeDifference",
"dateDifference",
"difference"
],
"repository": {
"type": "git",
"url": "https://github.com/bmshamsnahid/Time-Difference-JS"
},
"author": "Shams Nahid",
"license": "MIT",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.1.4"
}
}