time-track
Version:
Time is money, right? A few things that aims to help tracking your time. So here is a time tracking commandline app.
50 lines (49 loc) • 1.5 kB
JSON
{
"name": "time-track",
"version": "1.0.6",
"description": "Time is money, right? A few things that aims to help tracking your time. So here is a time tracking commandline app.",
"main": "lib/cli.js",
"bin": {
"tt": "lib/cli.js",
"time-track": "lib/cli.js"
},
"dependencies": {
"colors": "^1.1.2",
"commander": "^2.9.0",
"coveralls": "^2.11.6",
"fs-extra": "^0.26.5",
"moment": "^2.11.2",
"open": "0.0.5",
"pretty-error": "^2.0.0",
"sanitize-filename": "^1.5.3",
"timekeeper": "0.0.5"
},
"devDependencies": {
"jscoverage": "^0.6.0",
"mocha": "^2.2.4",
"mocha-jshint": "^2.3.1",
"mocha-lcov-reporter": "1.0.0",
"should": "^8.2.2"
},
"scripts": {
"test": "mocha",
"coverage": "node node_modules/jscoverage/bin/jscoverage lib lib-cov --exclude *.json,cli.js && node node_modules/mocha/bin/_mocha -R html-cov > coverage.html && rm lib-cov/*.*",
"debug": "iron-node lib/cli.js",
"debug-mocha": "iron-node node_modules/mocha/bin/_mocha",
"bump": "npm version patch && git push && git push --tags && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s-a/time-track.git"
},
"keywords": [
"time-tracker",
"timer"
],
"author": "Stephan Ahlf <stephan.ahlf@gmail.com> (https://github.com/s-a)",
"license": "MIT",
"bugs": {
"url": "https://github.com/s-a/time-track/issues"
},
"homepage": "https://github.com/s-a/time-track#readme"
}