-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 830 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 830 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": "fint-webhook-deployer",
"version": "1.0.0",
"description": "Lightweight idle server listening for webhook posts and reacting accordingly",
"repository": "https://github.com/FINTprosjektet/fint-webhook-deployer",
"main": "index.js",
"scripts": {
"preinstall": "npm prune",
"start": "pm2 start index.js",
"stop": "pm2 delete index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webhook",
"listener",
"docker",
"deploy"
],
"author": "oystein.amundsen@bouvet.no",
"license": "MIT",
"dependencies": {
"body-parser": "~1.15.2",
"chalk": "~1.1.3",
"connect": "~3.5.0",
"dockerode": "~2.3.1",
"http": "0.0.0",
"pm2": "~2.0.19",
"q": "~1.4.1",
"winston": "~2.2.0",
"winston-daily-rotate-file": "~1.3.1"
}
}