UNPKG

testium-driver-wd

Version:
124 lines (123 loc) 2.69 kB
{ "name": "testium-driver-wd", "version": "3.1.0", "description": "Testium backend powered by wd", "license": "BSD-3-Clause", "main": "lib/testium-driver-wd.js", "homepage": "https://github.com/testiumjs/testium-driver-wd#readme", "repository": { "type": "git", "url": "https://github.com/testiumjs/testium-driver-wd" }, "bugs": { "url": "https://github.com/testiumjs/testium-driver-wd/issues", "chat": "http://signup.testiumjs.com/" }, "scripts": { "lint": "npm-run-all lint:*", "lint:js": "eslint .", "pretest": "npm-run-all pretest:*", "test": "npm-run-all test:*", "posttest": "npm-run-all posttest:*", "pretest:lint": "npm-run-all lint:*", "posttest:nlm": "nlm verify", "test:unit": "nyc mocha" }, "engines": { "node": ">=10" }, "mocha": { "recursive": true, "exit": true, "timeout": 20000 }, "nlm": { "license": { "files": [ "lib" ] } }, "dependencies": { "assertive": "^5.0.0", "debug": "^4.1.1", "gofer": "^5.0.1", "lighthouse": "^5.6.0", "lodash": "^4.17.15", "puppeteer-core": "^2.1.1", "testium-cookie": "^2.0.0", "uuid": "^7.0.2", "wd": "^1.12.1" }, "devDependencies": { "chromedriver": "^80.0.1", "eslint": "^6.8.0", "eslint-config-groupon": "^8.1.1", "eslint-plugin-import": "^2.20.1", "eslint-plugin-mocha": "^6.3.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.2", "mocha": "^7.1.1", "nlm": "^4.1.1", "npm-run-all": "^4.1.5", "nyc": "^15.0.0", "prettier": "^1.18.2", "semver": "^7.1.3", "test-mixin-module": "file:./test/test-mixin-module", "testium-core": "^3.0.1", "testium-example-app": "^2.1.1" }, "author": { "name": "Groupon", "email": "opensource@groupon.com" }, "contributors": [ { "name": "Andrew Bloom" }, { "name": "azu", "email": "info@efcl.info" }, { "name": "Chris Khoo", "email": "chris.khoo@gmail.com" }, { "name": "Jan Krems", "email": "jan.krems@gmail.com" }, { "name": "Jess Telford" }, { "name": "Joseph Núñez" }, { "name": "Johan Sundström" }, { "name": "Justin Searls", "email": "justin@testdouble.com" }, { "name": "Parag Gupta", "email": "paraggupta1993@gmail.com" }, { "name": "Sean Massa", "email": "endangeredmassa@gmail.com" } ], "keywords": [ "testium", "wd", "webdriver" ], "files": [ "lib" ], "publishConfig": { "registry": "https://registry.npmjs.org" } }