timediff
Version:
Calculate a time difference in several time units.
26 lines (25 loc) • 469 B
JSON
{
"name": "timediff",
"main": "timediff.js",
"homepage": "https://github.com/marcotaubmann/timediff",
"authors": [
"Marco Taubmann <marco.taubmann@gmail.com>"
],
"description": "Calculate a time difference in several time units.",
"keywords": [
"time",
"moment",
"date",
"diff"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"dependencies": {
"moment": "*"
}
}