forked from yargalot/AccessSniff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.16 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
{
"name": "access-sniff",
"version": "1.1.2",
"description": "A node/iojs library & CLI for HTML_Codesniffer",
"main": "src/accessSniff.js",
"bin": {
"sniff": "bin/accessSniff.js"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://yargalot@github.com/yargalot/AccessSniff.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yargalot/AccessSniff/issues"
},
"homepage": "https://github.com/yargalot/AccessSniff",
"keywords": [
"accessibility",
"a11y",
"analysis",
"report",
"WCAG"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-jscs": "^1.5.0",
"load-grunt-tasks": "^3.1.0",
"time-grunt": "^1.1.0"
},
"dependencies": {
"bluebird": "^2.9.13",
"chalk": "^1.0.0",
"commander": "^2.6.0",
"mkdirp": "^0.5.0",
"phantomjs": "^1.9.16",
"underscore": "^1.8.2",
"validator": "^3.39.0"
}
}