-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 883 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
{
"name": "node-hook",
"version": "0.1.3",
"description": "node github webhook test app",
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/devcollectief/node-hook.git"
},
"keywords": [
"git",
"github",
"webhook",
"node",
"payload"
],
"author": "Tim Kock",
"license": "MIT",
"bugs": {
"url": "https://github.com/devcollectief/node-hook/issues"
},
"homepage": "https://github.com/devcollectief/node-hook",
"dependencies": {
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"ejs": "~0.8.5",
"express": "^4.9.5",
"gith": "^1.0.4",
"morgan": "~1.0.0",
"nodemailer": "^1.3.0",
"shelljs": "^0.3.0",
"static-favicon": "~1.0.0"
}
}