forked from balena-io-modules/balena-procbots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.75 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "resin-procbots",
"version": "0.4.0",
"description": "Process robots for automating CI pipelines",
"homepage": "https://github.com/resin-io-modules/resin-procbots#readme",
"preferGlobal": true,
"keywords": [
"resin",
"process"
],
"author": "Heds Simons <[email protected]>",
"license": "Apache-2.0",
"main": "./build/app.js",
"bin": {
"procbots": "./bin/procbots"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resin-io-modules/resin-procbots.git"
},
"bugs": {
"url": "https://github.com/resin-io-modules/resin-procbots/issues"
},
"scripts": {
"build": "gulp build",
"start": "node ./bin/procbots -b versionbot"
},
"devDependencies": {
"@types/bluebird-global": "^3.0.0",
"@types/body-parser": "0.0.33",
"@types/express": "^4.0.34",
"@types/github": "^0.0.0",
"@types/jsonwebtoken": "^7.2.0",
"@types/js-yaml": "^3.5.29",
"@types/lodash": "^4.14.43",
"@types/node": "^6.0.48",
"@types/node-getopt": "^0.2.29",
"@types/request-promise": "^4.1.33",
"@types/request": "^0.0.39",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"gulp-typescript": "^3.1.4",
"gulp-tslint": "^7.0.1",
"gulp-sourcemaps": "^2.3.1",
"jsdoc": "^3.4.3",
"typescript": "^2.1.5",
"tslint": "^4.4.2"
},
"dependencies": {
"bluebird": "^3.0.35",
"body-parser": "^1.9.2",
"express": "^4.0.34",
"github": "^8.0.0",
"github-webhook-handler": "^0.6.0",
"hmac": "^1.0.1",
"jsonwebtoken": "^7.2.1",
"js-yaml": "^3.8.1",
"lodash": "^4.17.2",
"node-getopt": "^0.2.3",
"mkdirp": "^0.5.1",
"request-promise": "^4.1.1",
"request": "^2.79.0",
"rmdir": "^1.2.0",
"temp": "^0.8.3",
"versionist": "^2.8.0"
}
}