-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
46 lines (46 loc) · 1007 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
46
{
"name": "todo",
"version": "1.1.0",
"description": "Todos in the CLI like what.",
"preferGlobal": true,
"keywords": [
"todo",
"todos",
"todo cli"
],
"author": "Veselin Todorov <[email protected]>",
"devDependencies": {
"chai": "1.9.0",
"nixt": "0.3.0",
"istanbul": "~0.2.3",
"jack": "git://github.com/jackjs/jack.git#master",
"jack-chai": "~0.1.0",
"hydro": "0.9.1",
"hydro-doc": "0.0.2",
"hydro-bdd": "~0.1.0",
"hydro-chai": "~0.1.3",
"hydro-jack": "0.0.1",
"hydro-clean-dir": "0.0.1",
"timekeeper": "0.0.4",
"hydro-timekeeper": "0.0.1"
},
"repository": {
"type": "git",
"url": "http://github.com/vesln/todo.git"
},
"homepage": "http://github.com/vesln/todo",
"scripts": {
"test": "make test"
},
"main": "index.js",
"bin": {
"todo": "./bin/todo"
},
"dependencies": {
"argvee": "~0.1.1",
"refractory": "0.0.3",
"eyehurt": "0.0.1",
"ms": "~0.6.2",
"homepath": "~1.0.0"
}
}