-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 849 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
33
34
35
36
37
38
39
{
"name": "wd-tractor",
"version": "0.1.0",
"description": "A port of protractor to the admc/wd driver. Angularjs e2e and midway testing using a straightforward api. ",
"main": "index.js",
"keywords": [
"angularjs",
"test",
"e2e",
"midway",
"protractor",
"scenario",
"wd"
],
"author": "sebv",
"repository": {
"type": "git",
"url": "https://github.com/sebv/wd-tractor.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha test"
},
"license": "MIT",
"dependencies": {
"async": "~0.2.9",
"lodash": "~1.3.1",
"vargs": "~0.1.0",
"wd": "~0.2.5"
},
"devDependencies": {
"express": "~3.4.4",
"mocha": "~1.14.0",
"colors": "~0.6.2",
"mocha-as-promised": "~1.4.1",
"chai-as-promised": "~4.1.0",
"chai": "~1.8.1",
"sv-selenium": "~0.2.2"
}
}