UNPKG

protractor-axe-html-report-plugin

Version:
43 lines (42 loc) 1.21 kB
{ "name": "protractor-axe-html-report-plugin", "version": "1.1.1", "dependencies": { "@types/lodash": "^4.14.109", "axe-webdriverjs": "^2.0.1", "handlebars": "4.0.11", "httpster": "1.0.3", "lodash": "4.17.5", "selenium-webdriver": "^2.46.1" }, "description": "A protractor plugin that generates an HTML aXe accessibility report", "devDependencies": { "@types/node": "^10.3.1", "protractor": "^4.0.10" }, "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/gearsandcode/protractor-axe-html-report-plugin.git" }, "author": "Jesse Clark <gearsandcode@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/gearsandcode/protractor-axe-html-report-plugin/issues" }, "homepage": "https://github.com/gearsandcode/protractor-axe-html-report-plugin#readme", "keywords": [ "angular", "test", "testing", "webdriver", "webdriverjs", "protractor", "protractor-plugin", "accessibility" ], "scripts": { "start": "httpster -d testapp/ -p `node -p 'process.env.HTTP_PORT || require(\"./spec/environment\").webServerDefaultPort'`", "test": "node test.js" } }