timeparse
Version:
Time parse utility
31 lines (30 loc) • 688 B
JSON
{
"name": "timeparse",
"version": "1.0.0",
"description": "Time parse utility",
"main": "index.js",
"scripts": {
"test": "jshint . --reporter node_modules/jshint-stylish/stylish.js && mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/nescalante/timeparse"
},
"keywords": [
"parse",
"time",
"units",
"unit"
],
"author": "Nicolas Escalante <nlante@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nescalante/timeparse/issues"
},
"homepage": "https://github.com/nescalante/timeparse",
"devDependencies": {
"jshint": "~2.6.0",
"jshint-stylish": "~1.0.0",
"mocha": "~2.1.0"
}
}