-
Notifications
You must be signed in to change notification settings - Fork 396
/
package.json
50 lines (50 loc) · 1.05 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
{
"name": "uirecorder",
"version": "4.0.2-beta.2",
"description": "Tool for record ui test case",
"main": "./index",
"bin": {
"uirecorder": "./bin/uirecorder"
},
"dependencies": {
"jquery": "3.x",
"async": "2.1.2",
"chai": "3.5.0",
"chromedriver": "latest",
"co": "4.6.0",
"colors": "1.1.2",
"commander": "2.9.0",
"detect-port": "^1.3.0",
"fs-extra": "1.0.0",
"i18n": "0.8.3",
"inquirer": "3.0.1",
"jwebdriver": "2.2.6",
"latest-version": "2.0.0",
"npminstall": "3.1.1",
"os-locale": "1.4.0",
"resemblejs-node": "1.0.0",
"semver": "5.3.0",
"websocket": "1.0.22"
},
"devDependencies": {
"git-contributor": "^1.0.8"
},
"scripts": {
"contributor": "git-contributor"
},
"repository": {
"type": "git",
"url": "[email protected]:alibaba/uirecorder.git"
},
"bugs": {
"url": "https://github.com/alibaba/uirecorder/issues"
},
"keywords": [
"uirecorder",
"webdriver",
"test",
"recorder"
],
"author": "Yanis Wang, Stngle",
"license": "MIT"
}