-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.25 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
{
"name": "gulp-axe-core",
"version": "0.2.0",
"description": "Gulp plugin for axe-core",
"license": "MIT",
"repository": "felixzapata/gulp-axe-core",
"author": {
"name": "Felix Zapata",
"email": "[email protected]",
"url": "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": "^2.0.5",
"axe-webdriverjs": "^0.3.0",
"chromedriver": "^2.23.0",
"file-url": "^1.1.0",
"fs-extra": "^0.30.0",
"fs-path": "0.0.22",
"phantomjs-prebuilt": "^2.1.12",
"promise": "^7.1.1",
"selenium-webdriver": "^2.53.3",
"through2": "^0.6.5"
},
"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": "^1.7.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.7",
"mocha": "^2.4.5",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"stream-assert": "^2.0.3"
}
}