UNPKG

1.28 kBJSONView Raw
1{
2 "name": "gulp-protractor",
3 "version": "4.1.0",
4 "description": "A helper for protactor and gulp",
5 "keywords": [
6 "gulpfriendly",
7 "protractor"
8 ],
9 "homepage": "https://github.com/mllrsohn/gulp-protractor",
10 "bugs": "https://github.com/mllrsohn/gulp-protractor/issues",
11 "author": {
12 "name": "Steffen Müller",
13 "email": "",
14 "url": "https://github.com/steffenmllr"
15 },
16 "contributors": [
17 {
18 "name": "Robbin Habermehl",
19 "email": "robbin@habermehl.net"
20 },
21 {
22 "name": "Rahul Raut",
23 "email": "rahul@raut.me",
24 "url": "https://github.com/rahulmr"
25 }
26 ],
27 "main": "./index.js",
28 "repository": {
29 "type": "git",
30 "url": "git://github.com/mllrsohn/gulp-protractor.git"
31 },
32 "scripts": {
33 "wd:update": "webdriver-manager update",
34 "test": "mocha"
35 },
36 "dependencies": {
37 "async": "^2.1.5",
38 "dargs": "^5.1.0",
39 "event-stream": "~3.3.0",
40 "gulp-util": ">=2.2.14 <4.0.0",
41 "protractor": "^5"
42 },
43 "devDependencies": {
44 "expect.js": "~0.3.1",
45 "jasmine": "^2.5.3",
46 "mocha": "^3.2.0",
47 "rewire": "^2.5.1",
48 "sinon": "^1.17.3"
49 },
50 "engines": {
51 "node": ">=4.2.0",
52 "npm": ">=1.2.10"
53 },
54 "license": "MIT"
55}