-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
70 lines (70 loc) · 1.57 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
{
"name": "macaca-wd",
"version": "4.3.6",
"description": "Macaca webdirver API for Node.js",
"keywords": [
"macaca",
"webdriver",
"wd",
"Node.js"
],
"files": [
"lib/**/*.js",
"wd/**/*.js",
"wd/package.json"
],
"main": "./lib/macaca-wd.js",
"repository": {
"type": "git",
"url": "git://github.com/macacajs/macaca-wd.git"
},
"dependencies": {
"archiver": "~0.14.0",
"async": "~1.0.0",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"commander": "^2.19.0",
"datahub-nodejs-sdk": "2",
"dom-event-simulate": "^1.0.0",
"lodash": "~3.9.3",
"macaca-ai-engine": "*",
"macaca-reporter": "1",
"mkdirp": "^0.5.1",
"q": "~1.4.1",
"react-router": "4",
"request": "~2.85.0",
"underscore.string": "~3.0.3",
"vargs": "~0.1.0",
"webdriver-keycode": "^1.0.0",
"xlogger": "^1.0.6",
"xutil": "1"
},
"devDependencies": {
"eslint": "8",
"eslint-config-egg": "^12.2.1",
"git-contributor": "1",
"husky": "^1.3.1",
"jsdom": "^11.10.0",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"macaca-ecosystem": "1",
"mocha": "*",
"nyc": "^11.6.0",
"stoppable": "^1.1.0",
"vuepress": "^1.9.8"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"test": "mocha",
"lint": "eslint --fix --ext js,ts lib test wd/lib",
"contributor": "git-contributor"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"homepage": "https://github.com/macacajs/macaca-wd",
"license": "MIT"
}