-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
81 lines (81 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "gulp-jasmine-webdriverio",
"version": "0.3.2",
"description": "gulp-jasmine-webdriver is a Gulp plugin to run Selenium tests with Jasmine and WebdriverIO",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/senthanal/gulp-jasmine-webdriverio.git"
},
"author": {
"name": "Senthanal Sirpi Manohar",
"email": "[email protected]",
"url": "https://github.com/senthanal/gulp-jasmine-webdriverio"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"preinstall": "npm prune || npm cache clean",
"postinstall": "selenium-standalone install",
"test": "./node_modules/.bin/gulp test",
"regression": "./node_modules/.bin/gulp regression-test"
},
"files": [
"index.js"
],
"bugs": {
"url": "https://github.com/senthanal/gulp-jasmine-webdriverio/issues"
},
"keywords": [
"webdriverio",
"angularjs",
"gulp",
"selenium",
"webdriver",
"jasmine",
"test",
"testing",
"bdd",
"tdd",
"saucelabs",
"runner",
"gulpplugin"
],
"dependencies": {
"async": "^0.9.0",
"deepmerge": "^0.2.7",
"glob-stream": "^5.0.0",
"gulp-util": "^3.0.4",
"jasmine": "^2.3.1",
"jasmine-reporters": "^2.0.7",
"jasmine-spec-reporter": "^2.4.0",
"jasmine-terminal-reporter": "^0.9.1",
"nock": "^1.7.1",
"sauce-tunnel": "^2.2.3",
"saucelabs": "^0.1.1",
"selenium-standalone": "^4.4.0",
"through2": "^0.6.5",
"webdriverio": "^3.2.6",
"phantomjs-prebuilt": "2.1.6",
"webdriverjs-angular": "^0.1.3"
},
"devDependencies": {
"codeclimate-test-reporter": "^0.1.0",
"gulp": "^3.8.11",
"gulp-bump": "^0.3.1",
"gulp-git": "^1.2.4",
"gulp-github-release": "^1.0.3",
"gulp-istanbul": "^0.10.0",
"gulp-jscs": "^2.0.0",
"gulp-jshint": "^1.10.0",
"gulp-mocha": "^2.1.3",
"gulp-run": "^1.6.10",
"gulp-tag-version": "^1.3.0",
"mocha": "^2.2.5",
"path": "^0.11.14",
"should": "^7.0.3",
"webdrivercss": "^2.0.0-beta-rc1",
"yargs": "^3.15.0"
}
}