-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 890 Bytes
/
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
{
"name": "try-webdriverio-exercism-rust-zh",
"version": "0.0.1",
"description": "测试 exercism-rust-zh 网页的 Cargo test 答案运行",
"main": "index.js",
"scripts": {
"test": "wdio ./wdio.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chinanf-boy/exercism-rust-zh.git"
},
"author": "yobrave",
"license": "MIT",
"bugs": {
"url": "https://github.com/chinanf-boy/exercism-rust-zh/issues"
},
"homepage": "https://github.com/chinanf-boy/exercism-rust-zh#readme",
"dependencies": {
"chai": "^4.1.2",
"chai-webdriverio": "^0.4.2",
"mocha": "^5.2.0",
"wdio-json-reporter": "^0.3.1",
"wdio-mocha-framework": "^0.6.2",
"wdio-selenium-standalone-service": "0.0.10",
"wdio-spec-reporter": "^0.1.2",
"webdriverio": "^4.13.2"
},
"devDependencies": {
"wdio-tap-reporter": "0.0.5"
}
}