mmtimespanjs
Version:
24 lines (23 loc) • 504 B
JSON
{
"name": "mmtimespanjs",
"version": "1.0.0",
"description": "TimeSpan",
"main": "timeSpan.js",
"keywords": [
"TimeSpan",
"DateDiff"
],
"repository": {
"type": "git",
"url": "https://github.com/mmpyro/TimeSpanJs.git"
},
"scripts": {
"test": "mocha timeSpanSpecification.js"
},
"author": "NPM MMpyro User <mmpyro@gmail.com> (https://github.com/mmpyro/TimeSpanJs/wiki)",
"license": "ISC",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.2"
}
}