forked from coreh/hookshot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 863 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
{
"name": "githooked",
"author": "Marco Aurelio <thecoreh@gmail.com>",
"contributors": [
"Scott ONeal <scottmod@gmail.com> (https://github.com/ScottONeal)"
],
"version": "1.1.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ScottONeal/githooked.git"
},
"keywords": [
"github",
"webhooks",
"continuous deployment",
"continuous integration",
"strider-cd",
"simple cd",
"simple ci"
],
"scripts": {
"test": "node_modules/.bin/mocha"
},
"dependencies": {
"express": "^4.13.0",
"commander": "^2.9.0",
"lockfile": "^1.0.0",
"body-parser": "^1.14.0"
},
"main": "lib",
"bin": {
"githooked": "./bin/githooked"
},
"devDependencies": {
"getport": "^0.1.0",
"mocha": "^2.3.0",
"superagent": "^1.7.2",
"supertest": "^1.1.0"
}
}