-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 758 Bytes
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
{
"name": "deploy-webhook",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node main.js",
"version": "node node_modules/node-git-version/",
"test": "jsonlint-cli *.json && eslint . && yamllint *.yml",
"build": "npm shrinkwrap"
},
"dependencies": {
"body-parser": "^1.15.1",
"bunyan": "^1.8.1",
"express": "^4.13.4",
"express-bunyan-logger": "^1.3.1",
"github": "^7.0.0",
"http-status-codes": "^1.0.6",
"moment": "^2.15.1",
"prettyjson": "^1.2.1",
"request": "^2.72.0"
},
"engines": {
"node": "6.x"
},
"devDependencies": {
"eslint": "^3.6.1",
"jsonlint-cli": "^1.0.1",
"node-git-version": "^0.1.2",
"shrinkwrap": "^0.4.0",
"yaml-lint": "0.0.2"
}
}