-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
58 lines (58 loc) · 1.37 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
{
"name": "roger",
"version": "1.4.1",
"description": "A build system for dockerized apps. From the ones who tried Jenkins and had their eyes bleed for too long.",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/namshi/roger"
},
"keywords": [
"docker",
"build",
"jenkins",
"ci",
"continuos",
"integration",
"server",
"swag"
],
"author": "Alex Nadalin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/namshi/roger/issues"
},
"homepage": "https://github.com/namshi/roger",
"dependencies": {
"aws-sdk": "^2.6.4",
"body-parser": "^1.10.2",
"dockerode": "2.4.3",
"express": "^4.11.1",
"express-session": "^1.11.3",
"github": "^9.2.0",
"growing-file": "^0.1.3",
"js-yaml": "^3.2.5",
"lodash": "^2.4.1",
"moment": "^2.9.0",
"netroute": "^1.0.2",
"node-dir": "^0.1.15",
"node-uuid": "^1.4.7",
"nodegit": "^0.20.1",
"passport": "^0.2.2",
"passport-github2": "^0.1.10",
"passport-local": "^1.0.0",
"q": "^1.1.2",
"reconfig": "^1.5.1",
"s3": "^4.4.0",
"slack-notify": "^0.1.6",
"socket.io": "^1.4.0",
"socket.io-stream": "^0.8.0",
"tar-fs": "^1.4.2",
"winston": "^0.8.3",
"yargs": "^1.3.3"
},
"devDependencies": {}
}