-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
49 lines (49 loc) · 1.15 KB
/
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
47
48
49
{
"name": "github-todos",
"version": "3.1.0",
"description": "Git hook to convert your TODOs into Github issues",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/naholyr/github-todos.git"
},
"bin": {
"github-todos": "bin/github-todos",
"ght": "bin/github-todos"
},
"preferGlobal": true,
"author": "Nicolas Chambrier <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/naholyr/github-todos/issues"
},
"homepage": "https://github.com/naholyr/github-todos",
"keywords": [
"git",
"github",
"issues",
"todo",
"hook"
],
"dependencies": {
"bluebird": "^2.3.11",
"debug": "^2.1.0",
"diff-parse": "0.0.13",
"github": "^0.2.2",
"ini": "^1.3.0",
"inquirer": "git://github.com/naholyr/Inquirer.js",
"lodash": "^2.4.1",
"minimatch": "^1.0.0",
"mustache": "^0.8.2",
"open": "0.0.5",
"optimist": "^0.6.1",
"request": "^2.48.0",
"todotxt": "^1.1.0",
"ttys": "0.0.3",
"update-notifier": "^0.2.2",
"which": "^1.0.5"
}
}