-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.07 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
{
"name": "qcumberbatch",
"version": "0.2.3",
"description": "Integration wrapper between qcumber and webdriverjs.",
"repository": {
"type": "git",
"url": "[email protected]:DavidSouther/qcumberbatch.git"
},
"bugs": {
"url": "https://github.com/DavidSouther/qcumberbatch/issues"
},
"main": "src/lib/qcumberbatch.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"qcuber",
"cucumberjs",
"cucumber",
"integration",
"testing",
"webdriver",
"selenium"
],
"author": "David Souther <[email protected]>",
"license": "BSD-2-Clause",
"devDependencies": {
"coffee-script": "~1.7.1",
"grunt": "~0.4.1",
"grunt-cucumber": "~0.2.3",
"grunt-recurse": "~0.2.0",
"grunt-release": "^0.7.0",
"grunt-selenium-launcher": "~0.1.1",
"load-grunt-tasks": "~0.2.0"
},
"dependencies": {
"browserstack-webdriver": "^2.41.1",
"cucumber": "^0.4.4",
"gm": "~1.13.3",
"q": "~1.0.0",
"qcumber": "~0.1.0",
"selenium-webdriver": "^2.43.0",
"should": "~2.0.2",
"temp": "~0.6.0"
}
}