datetime-difference
Version:
A lightweight module which finds the difference between two dates in the human-friendly format
39 lines (38 loc) • 880 B
JSON
{
"name": "datetime-difference",
"version": "1.0.2",
"description": "A lightweight module which finds the difference between two dates in the human-friendly format",
"main": "index.js",
"typings": "types/index.d.ts",
"scripts": {
"test": "ava && dtslint types --onlyTestTsNext"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZitRos/datetime-difference.git"
},
"keywords": [
"date",
"datetime",
"time",
"difference",
"between",
"dates",
"times",
"javascript",
"light",
"duration",
"interval"
],
"author": "ZitRo",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZitRos/datetime-difference/issues"
},
"homepage": "https://github.com/ZitRos/datetime-difference#readme",
"devDependencies": {
"ava": "^1.4.1",
"dtslint": "^0.7.1"
},
"dependencies": {}
}