-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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": "webdriverio.samples",
"version": "0.0.2",
"description": "functional testing in webdriver.io",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "gulp test:webdriver:jasmine",
"gulp": "gulp",
"wdio-test": "gulp test:webdriver:jasmine",
"wdio-win-test": "gulp wintest:webdriver:jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/leocornus/webdriverio.samples.git"
},
"keywords": [
"sandbox",
"playground"
],
"author": "Sean Chen <[email protected]>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/leocornus/webdriverio.samples/issues"
},
"homepage": "https://github.com/leocornus/webdriverio.samples",
"devDependencies": {
"bower": "^1.5.3",
"express": "^4.15.3",
"gulp": "^3.9.0",
"gulp-help": "^1.6.1",
"gulp-jasmine": "^2.1.0",
"gulp-live-server": "0.0.30",
"gulp-util": "^3.0.5",
"gulp-webdriver": "^2.0.3",
"jasmine": "^2.2.1",
"jasmine-core": "^2.3.0",
"jasmine-jquery": "^2.1.1",
"jasmine-spec-reporter": "^4.1.0",
"selenium-standalone": "^6.4.1",
"serve-index": "^1.9.0",
"wdio-jasmine-framework": "^0.3.1",
"webdriverio": "^4.6.1"
},
"dependencies": {}
}