-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 870 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
40
41
42
43
{
"name": "cuked",
"version": "0.0.3",
"description": "Acceptance testing ez mode",
"keywords": [
"bdd",
"atdd",
"cucumber",
"wd",
"selenium",
"phantom",
"testing",
"saucelabs"
],
"author": "Eric Clifford <[email protected]>",
"repository": {
"type" : "git",
"url" : "http://github.com/eclifford/cuked"
},
"main": "lib/cuked.js",
"bin": {
"cuked": "./bin/cuked"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"license": "MIT",
"dependencies": {
"async": "~0.9.0",
"chai": "~1.10.0",
"chai-as-promised": "~4.1.1",
"cucumber": "~0.4.7",
"minimist": "~1.1.0",
"phantomjs": "~1.9.13",
"saucelabs": "~0.1.1",
"selenium-launcher": "~1.1.11",
"wd": "~0.3.11",
"webdriverio": "~2.4.3"
},
"devDependencies": {
"mocha": "~2.1.0"
}
}