-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
60 lines (60 loc) · 1.31 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "gulp-axe-webdriver",
"version": "3.1.3",
"description": "Gulp plugin for aXe utilizing WebDriverJS",
"license": "MIT",
"repository": "felixzapata/gulp-axe-webdriver",
"author": {
"name": "Felix Zapata",
"email": "fzberlinches@gmail.com",
"url": "https://github.com/felixzapata/"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test"
},
"files": [
"lib/reporter.js",
"index.js"
],
"keywords": [
"gulp",
"gulpplugin",
"a11y",
"unit",
"testing",
"aXe",
"accessibility"
],
"dependencies": {
"axe-core": "^3.0.1",
"axe-webdriverjs": "^2.2.0",
"chalk": "^1.1.3",
"chromedriver": "2.41.0",
"file-url": "^1.1.0",
"fs-extra": "^0.30.0",
"glob": "^7.0.6",
"natives": "^1.1.6",
"plugin-error": "^1.0.1",
"promise": "^7.1.1",
"request": "^2.76.0",
"selenium-webdriver": "^3.6.0",
"then-request": "^2.2.0"
},
"devDependencies": {
"conventional-changelog": "^1.1.0",
"eslint-plugin-html": "^1.5.2",
"gulp": "^3.9.1",
"gulp-bump": "^2.1.0",
"gulp-eslint": "^3.0.1",
"gulp-git": "^2.7.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^3.0.1",
"gulp-util": "^3.0.7",
"mocha": "^2.5.3",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5"
}
}