-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.04 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
{
"name": "yiewd",
"description": "Generator-based WebDriver client, wrapper around Wd.js",
"tags": [
"automation",
"javascript",
"webdriver",
"selenium",
"wd"
],
"version": "0.6.0",
"author": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/jlipps/yiewd.git"
},
"bugs": {
"url": "https://github.com/jlipps/yiewd/issues"
},
"engines": [
"node"
],
"main": "./lib/main.js",
"directories": {
"lib": "./lib"
},
"dependencies": {
"monocle-js": "~1.0.0",
"saucelabs": "~0.1.1",
"underscore": "~1.6.0",
"wd": "~0.2.22"
},
"scripts": {
"test": "./build.sh && mocha --harmony -R spec -t 60000 test/es6/ && mocha -R spec -t 60000 test/es5/"
},
"devDependencies": {
"colors": "~0.6.2",
"express": "~4.3.2",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-mocha-test": "~0.10.2",
"mocha": "~1.20.0",
"regenerator": "0.4.12",
"should": "~3.3.2",
"mo_ocha": "~0.3.0"
}
}