47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "timestring",
|
|
"version": "3.2.0",
|
|
"description": "Parse a human readable time string into a time based value",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -x test.js test.js",
|
|
"dev": "watch 'clear; npm test -s;' ./ -d",
|
|
"lint": "standard *.js",
|
|
"test": "mocha test.js"
|
|
},
|
|
"author": "Michael David Barrett <mike182uk@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mike182uk/timestring.git"
|
|
},
|
|
"homepage": "https://github.com/mike182uk/timestring",
|
|
"bugs": {
|
|
"url": "https://github.com/mike182uk/timestring/issues"
|
|
},
|
|
"keywords": [
|
|
"time",
|
|
"timestring",
|
|
"duration",
|
|
"parse",
|
|
"string",
|
|
"date"
|
|
],
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.4.1",
|
|
"codeclimate-test-reporter": "^0.4.0",
|
|
"coveralls": "^2.11.2",
|
|
"istanbul": "^0.4.1",
|
|
"mocha": "^3.0.0",
|
|
"mocha-lcov-reporter": "1.3.0",
|
|
"standard": "^8.6.0",
|
|
"watch": "^1.0.1"
|
|
}
|
|
}
|