forked from mllrsohn/gulp-protractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.02 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": "gulp-protractor",
"version": "3.0.0",
"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"
}
],
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/mllrsohn/gulp-protractor.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"async": "^1.5.2",
"dargs": "^4.1.0",
"event-stream": "~3.3.0",
"gulp-util": ">=2.2.14 <4.0.0",
"protractor": ">=4 <5"
},
"devDependencies": {
"expect.js": "~0.3.1",
"mocha": "^2.4.5",
"rewire": "^2.5.1",
"sinon": "^1.17.3"
},
"engines": {
"node": ">=4.2.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}