This repository has been archived by the owner on Feb 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
66 lines (66 loc) · 1.49 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
{
"name": "reliable-macaca-slave",
"version": "2.1.0",
"description": "slave part of the Reliable adapt to macaca.",
"keywords": [
"ui test",
"ci",
"webdriver",
"testing",
"ui automation",
"test framework"
],
"bin": {
"reliable": "./bin/reliable-macaca-slave",
"reliable-macaca-slave": "./bin/reliable-macaca-slave"
},
"main": "./core/reliable-macaca-slave",
"repository": {
"type": "git",
"url": "git://github.com/xudafeng/reliable-macaca-slave.git"
},
"dependencies": {
"babel": "~5.6.14",
"chalk": "~1.1.1",
"co": "^4.6.0",
"co-request": "~0.2.0",
"commander": "~2.0.0",
"detect-port": "~0.1.3",
"killing": "~1.0.1",
"koa": "~0.13.0",
"koa-favicon": "~1.2.0",
"koa-router": "~3.7.0",
"koa-static": "~1.4.7",
"mocha": "^3.2.0",
"npm-update": "~1.0.2",
"react": "~0.14.0",
"react-dom": "~0.14.2",
"reliable-build": "^1.0.1",
"reliable-git": "^0.1.3",
"reliable-logger": "~1.0.6",
"reliable-npm": "^0.2.1",
"xutil": "~1.0.0",
"zmq": "2.15.3"
},
"devDependencies": {
"co-mocha": "~1.1.2",
"command-line-test": "^1.0.5",
"eslint": "^3.5.0",
"eslint-plugin-react": "~3.2.3",
"git-contributor": "^1.0.8",
"istanbul": "~0.3.17",
"should": "~7.0.4",
"should-http": "0.0.4"
},
"scripts": {
"lint": "make lint",
"contributor": "git-contributor"
},
"precommit": [
"lint"
],
"engines": {
"node": ">=5"
},
"license": "MIT"
}