forked from mllrsohn/gulp-protractor
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.22 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
{
"name": "gulp-protractor",
"version": "4.1.1",
"description": "A helper for protactor and gulp",
"keywords": [
"gulpfriendly",
"protractor"
],
"homepage": "https://github.com/mllrsohn/gulp-protractor",
"bugs": "https://github.com/mllrsohn/gulp-protractor/issues",
"author": {
"name": "Steffen Müller",
"email": "",
"url": "https://github.com/steffenmllr"
},
"contributors": [
{
"name": "Robbin Habermehl",
"email": "robbin@habermehl.net"
},
{
"name": "Rahul Raut",
"email": "rahul@raut.me",
"url": "https://github.com/rahulmr"
}
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/mllrsohn/gulp-protractor.git"
},
"scripts": {
"wd:update": "webdriver-manager update",
"test": "mocha"
},
"dependencies": {
"async": "^2.1.5",
"dargs": "^5.1.0",
"event-stream": "3.3.4",
"plugin-error": "^0.1.2",
"protractor": "^5"
},
"devDependencies": {
"expect.js": "~0.3.1",
"jasmine": "^2.5.3",
"mocha": "^3.2.0",
"rewire": "^2.5.1",
"sinon": "^1.17.3",
"vinyl": "^2.1.0"
},
"engines": {
"node": ">=4.2.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}