forked from macacajs/macaca-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.24 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
{
"name": "macaca-client",
"version": "1.0.9",
"description": "macaca client for automation",
"keywords": [
"automation",
"webdriver",
"ui automation",
"test framework"
],
"bin": {
"macaca": "./bin/macaca-client",
"macaca-client": "./bin/macaca-client"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/macacajs/macaca-client.git"
},
"dependencies": {
"ansi-to-html": "~0.3.0",
"chalk": "~1.1.1",
"cli-table": "~0.3.1",
"co": "~4.6.0",
"commander": "~2.8.1",
"detect-port": "~0.1.4",
"macaca-doctor": "~1.0.0",
"macaca-logo": "~0.1.1",
"macaca-mocha": "~0.1.9",
"macaca-utils": "~0.1.3",
"npm-update": "~1.0.2",
"webdriver-server": "~1.0.0",
"xlogger": "~1.0.0"
},
"devDependencies": {
"co-mocha": "*",
"istanbul": "*",
"should": "*",
"jshint": "*"
},
"scripts": {
"test": "make test",
"jshint": "make jshint",
"postinstall": "node ./scripts/print.js"
},
"precommit": [
"jshint"
],
"engines": {
"node": ">=4.2.1"
},
"author": "xudafeng",
"homepage": "https://github.com/macacajs/macaca-client",
"email": "[email protected]",
"blog": "http://xdf.me",
"license": "MIT"
}