-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 890 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
{
"name": "tictac",
"version": "0.3.1",
"description": "Tic tac is a time manager for tasks.",
"author": {
"name": "Vitor Britto",
"email": "[email protected]",
"url": "http://vitorbritto.com.br"
},
"main": "index.js",
"bin": "bin/tictac",
"repository": {
"type": "git",
"url": "https://github.com/vitorbritto/tictac"
},
"bugs": {
"url": "https://github.com/vitorbritto/tictac/issues"
},
"licenses": {
"type": "MIT",
"url": "http://vitorbritto.mit-license.org/"
},
"dependencies": {
"growl": "^1.7.0",
"simlog": "^0.1.5",
"prompt": "^0.2.13",
"commander": "^2.2.0",
"beep": "git://github.com/vitorbritto/beep.git"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "^1.18.2",
"gulp": "^3.6.2",
"gulp-jshint": "^1.5.5",
"gulp-mocha": "^0.4.1",
"jshint-stylish": "^0.2.0"
}
}