forked from AccessLint/accesslint.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.25 KB
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
{
"name": "accesslint",
"version": "1.1.2",
"description": "Keep accessibility errors in check.",
"repository": {
"type": "git",
"url": "https://github.com/accesslint/accesslint.js.git"
},
"keywords": [
"accessibility",
"testing",
"axe",
"a11y"
],
"author": "Cameron Cundiff",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/accesslint/accesslint.js/issues"
},
"devDependencies": {
"axe-core": "~1.1.1",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-polyfill": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-runtime": "^6.2.0",
"body-parser": "^1.14.1",
"browser-request": "^0.3.3",
"chai": "^3.4.1",
"express": "~4.13.3",
"gulp": "^3.9.0",
"gulp-awspublish": "^3.0.1",
"json-loader": "^0.5.4",
"karma": "^0.13.15",
"karma-babel-preprocessor": "^6.0.1",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.4",
"phantomjs": "^2.1.7",
"request": "~2.61.0",
"sinon": "git://github.com/cjohansen/Sinon.JS#b672042043517b9f84e14ed0fb8265126168778a",
"sinon-chai": "^2.8.0",
"underscore": "^1.8.3",
"webpack": "^1.12.9"
}
}