-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 851 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "t-cli",
"version": "0.1.8",
"description": "A daily time tracker",
"keywords": [
"time tracker",
"cli",
"tool",
"GTD"
],
"main": "t",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test"
},
"bin": {
"t": "./bin/t"
},
"author": {
"name": "hulufei",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/hulufei/t.git"
},
"license": "MIT",
"devDependencies": {
"should": "~2.1.1",
"sinon": "~1.7.3",
"mocha": "~1.17.0",
"nock": "~0.27.2"
},
"dependencies": {
"commander": "~2.1.0",
"moment": "~2.4.0",
"split": "~0.2.10",
"lodash": "~2.4.1",
"colors": "~0.6.2",
"mkdirp": "~0.3.5",
"growl": "~1.7.0",
"charm": "~0.2.0",
"read": "~1.0.5",
"request": "~2.34.0"
}
}