UNPKG

wdio-iedriver-service

Version:
60 lines (59 loc) 1.69 kB
{ "name": "wdio-iedriver-service", "version": "0.1.0", "description": "WebdriverIO service to start & stop IEDriver", "main": "index.js", "scripts": { "build": "grunt build", "prepublish": "npm prune && npm run build", "test": "npm run test:unit && npm run test:integration", "test:unit": "mocha --compilers js:babel-register --recursive test/unit", "test:integration": "wdio test/integration/wdio.conf.js" }, "repository": { "type": "git", "url": "git+https://github.com/atti187/wdio-iedriver-service.git" }, "keywords": [ "webdriverio", "wdio", "wdio-service", "iedriver", "tests" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/atti187/wdio-iedriver-service/issues" }, "homepage": "https://github.com/atti187/wdio-iedriver-service#readme", "dependencies": { "fs-extra": "^0.30.0", "iedriver": "https://github.com/barretts/node-iedriver" }, "devDependencies": { "babel": "^6.5.2", "babel-preset-es2015": "^6.6.0", "babel-register": "^6.7.2", "eslint": "^2.5.1", "eslint-config-standard": "^5.1.0", "eslint-plugin-promise": "^1.1.0", "eslint-plugin-standard": "^1.3.2", "grunt": "^0.4.5", "grunt-babel": "^6.0.0", "grunt-bump": "^0.6.0", "grunt-cli": "^1.1.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^18.0.0", "grunt-npm": "0.0.2", "load-grunt-tasks": "^3.4.1", "mocha": "^2.5.3", "reuqest": "^2.81.1", "wdio-mocha-framework": "^0.2.12", "webdriverio": "^4.0.7" }, "contributors": [ "Mattias Ekstrand <mattias.ekstrand@gmail.com>" ] }