Skip to content

Commit

Permalink
package.json: updated dependencies, minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Sep 14, 2015
1 parent db816ff commit 380e6d4
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "time-tracking",
"description": "Command line time tracking.",
"description": "Minimalistic command line time tracking.",
"version": "0.1.0",
"bin": {
"track": "./bin/track"
"track": "./bin/track"
},
"preferGlobal": true,
"keywords": [
"time",
"tracking",
"track",
"tasks",
"cli",
"command line",
"terminal",
"tool",
"javascript"
],
Expand All @@ -24,12 +27,17 @@
"bugs": "https://github.com/derhuerst/time-tracking/issues",
"license": "MIT",
"dependencies": {
"yargs": "^3.24.0"
"yargs": "^3.24.0",
"os-homedir": "^1.0.1",
"chalk": "^1.1.1",
"left-pad": "^0.0.4",
"right-pad": "^0.0.1",
"moment": "^2.10.6"
},
"scripts": {
"track": "./bin/track"
"track": "./bin/track"
},
"directories": {
"bin": "./bin"
"bin": "./bin"
}
}

0 comments on commit 380e6d4

Please sign in to comment.