worktime
Version:
Summarize worktime.yml
52 lines (51 loc) • 1.09 kB
JSON
{
"name": "worktime",
"version": "1.2.0",
"description": "Summarize worktime.yml",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"bin": {
"worktime": "bin/worktime",
"wt": "bin/worktime"
},
"scripts": {
"lint": "standard",
"test": "mocha 'test/**/*.js'",
"cov": "nyc --reporter=lcov npm test",
"codecov": "npm run cov && codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kt3k/worktime.git"
},
"keywords": [
"worktime",
"cli"
],
"author": "Yoshiya Hinosawa <stibium121@gmail.com> (https://twitter.com/kt3k)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kt3k/worktime/issues"
},
"homepage": "https://github.com/kt3k/worktime#readme",
"dependencies": {
"js-yaml": "^3.6.1",
"minimisted": "^1.1.1",
"minirocket": "^2.0.0",
"moment": "^2.15.2"
},
"devDependencies": {
"chai": "^3.5.0",
"codecov": "^1.0.1",
"mocha": "^3.1.2",
"nyc": "^8.4.0",
"standard": "^8.5.0"
},
"standard": {
"env": [
"mocha"
]
}
}