-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
44 lines (44 loc) · 902 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
{
"name": "mary-poppins",
"version": "0.3.1",
"description": "Keeps your GitHub PRs and issues tidy",
"main": "poppins.js",
"dependencies": {
"commander": "~1.1.1",
"express": "~3.2.6",
"github": "~0.1.10",
"hookshot": "~0.0.2",
"lodash": "~1.2.1",
"metahub": "^0.6.1",
"q": "~0.9.6",
"qequire": "*"
},
"preferGlobal": true,
"bin": {
"mary-poppins": "bin.js"
},
"devDependencies": {
"mocha": "~1.12.0",
"should": "~1.2.2",
"rewire": "~1.1.3",
"expect.js": "~0.2.0",
"supertest": "~0.8.2",
"nock": "0.25.0"
},
"scripts": {
"test": "mocha tests/"
},
"repository": {
"type": "git",
"url": "git://github.com/btford/mary-poppins.git"
},
"keywords": [
"cli",
"github"
],
"author": "Brian Ford",
"license": "MIT",
"bugs": {
"url": "https://github.com/btford/mary-poppins/issues"
}
}