forked from E1Edatatracker/protractor-axe-report-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "protractor-axe-report-plugin",
"version": "1.1.0",
"dependencies": {
"axe-core": "^2.0.5",
"axe-webdriverjs": "^0.2.0",
"selenium-webdriver": "^2.46.1"
},
"description": "A protractor plugin that generates an aXe accessibility report",
"devDependencies": {
"protractor": "^4.0.10"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/E1Edatatracker/protractor-axe-report-plugin.git"
},
"author": "Sacha Manson-Smith <smansonsmith@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/E1Edatatracker/protractor-axe-report-plugin/issues"
},
"homepage": "https://github.com/E1Edatatracker/protractor-axe-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"
}
}