gulp-protractor
Version:
A helper for protactor and gulp
57 lines (56 loc) • 1.25 kB
JSON
{
"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"
}