forked from mllrsohn/gulp-protractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.06 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
{
"name": "gulp-protractor",
"version": "0.0.12",
"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": {
"event-stream": "^3.1.4",
"async": ">=0.7.0 <1.0.0",
"dargs": ">=0.1.0 <4.0.0",
"gulp-util": ">=2.2.14 <4.0.0",
"protractor": "^1.0.0"
},
"devDependencies": {
"mocha": ">=1.18.2 <3.0.0",
"sinon": "^1.9.1",
"expect.js": "^0.3.1"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "MIT"
}
]
}