-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.73 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
61
62
63
64
65
66
67
68
69
{
"name": "a11y-auditor",
"version": "0.0.15",
"description": "This a11y auditor aims at implementing unit tests for accessibility via chai-a11y, by automating the rules as defined in W3C Accessibility Checklist",
"main": "index.js",
"author": "dsathyakumar <[email protected]>",
"contributors": [{
"name": "Pranav Shekhar Jha",
"email": "[email protected]"
},{
"name": "Gopal J",
"email": "[email protected]"
}],
"scripts": {
"test": "grunt test"
},
"keywords": [
"accessibility",
"a11y",
"aria",
"accessibility testing",
"accessibility unit testing",
"a11y testing",
"unit testing",
"accessibility audits"
],
"repository": {
"type": "git",
"url": "https://github.com/dsathyakumar/a11y-auditor"
},
"engines": {
"node": ">=0.10.36"
},
"bugs": {
"url": "https://github.com/dsathyakumar/a11y-auditor/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"chai": "^3",
"grunt": "^0",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "^0",
"grunt-contrib-watch": "^0.6.1",
"grunt-coveralls": "^1.0.0",
"grunt-docco-plus": "^2.0.0",
"grunt-env": "^0.4.4",
"grunt-gh-pages": "^1.0.0",
"grunt-istanbul": "^0.6.1",
"grunt-jscs": "^2.7.0",
"grunt-jsonlint": "^1.0.7",
"grunt-mocha-test": "^0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"jsdom" : "3.1.2",
"proxyquire" : "1.7.4",
"grunt-contrib-uglify" : "0.11.1",
"require-globify": "1.3.0"
},
"dependencies": {
"jquery": "2.2.0",
"lodash": "^4.3.0",
"glob" : "~6.0.4"
},
"license": "MIT"
}