forked from macacajs/reliable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.65 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
68
69
70
71
{
"name": "reliable-master",
"version": "1.0.2",
"description": "Distributed reliable continuous integration service.",
"keywords": [
"ci",
"automation"
],
"repository": {
"type": "git",
"url": "git@github.com:reliablejs/reliable-master.git"
},
"dependencies": {
"ansi-to-html": "~0.3.0",
"babel": "~5.6.14",
"badgeboard": "~0.1.1",
"bcryptjs": "~2.2.1",
"chalk": "~1.1.1",
"co": "~4.6",
"co-body": "~1.1.0",
"co-request": "~0.2.0",
"commander": "~2.0.0",
"detect-port": "~0.1.3",
"koa": "~0.21.0",
"koa-csrf": "2.1.3",
"koa-favicon": "~1.2.0",
"koa-generic-session": "~1.10.0",
"koa-redis": "~1.0.1",
"koa-router": "~3.7.0",
"koa-static": "~1.4.7",
"mongoose": "=4.1.5",
"nodemailer": "~1.4.0",
"npm-update": "1.0.2",
"react": "~0.14.0",
"react-dom": "~0.14.2",
"redis": "~2.3.1",
"reliable-github-oauth": "^1.0.0",
"reliable-gitlab-oauth": "^1.0.0",
"reliable-logger": "^1.0.7",
"validator": "~3.37.0",
"xutil": "~1.0.0",
"yamljs": "~0.2.4",
"zmq": "2.13.0"
},
"devDependencies": {
"co-mocha": "~1.1.2",
"eslint": "~1.1.0",
"eslint-plugin-react": "~3.2.3",
"istanbul": "*",
"json-loader": "~0.5.2",
"jsx-loader": "~0.13.2",
"killing": "~1.0.1",
"mocha": "~2.4.5",
"pre-commit": "~1.1.1",
"react-d3-components": "~0.6.0",
"should": "*",
"webpack": "~1.9.0"
},
"scripts": {
"test": "make test",
"lint": "make lint"
},
"pre-commit": [
"lint"
],
"engines": {
"node": ">=4.2.1"
},
"homepage": "https://reliablejs.github.io/reliable",
"license": "MIT"
}