-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
70 lines (70 loc) · 1.69 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
70
{
"name": "access-sniff",
"version": "3.2.0",
"description": "A node/iojs library & CLI for HTML_Codesniffer",
"main": "dist/",
"bin": {
"sniff": "bin/accessSniff.js"
},
"scripts": {
"start": "gulp",
"test": "gulp test",
"prepublish": "npm test",
"benchmark": "gulp build && node test/benchmark.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/yargalot/AccessSniff.git"
},
"author": "Steven John Miller (http://www.stevenjohnmiller.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/yargalot/AccessSniff/issues"
},
"homepage": "https://github.com/yargalot/AccessSniff",
"keywords": [
"accessibility",
"a11y",
"analysis",
"report",
"WCAG"
],
"files": [
"bin",
"dist"
],
"dependencies": {
"axios": "^0.18.0",
"bluebird": "^3.5.1",
"chalk": "^2.3.1",
"commander": "^2.14.1",
"glob": "^7.1.2",
"html_codesniffer": "^2.1.1",
"jsdom": "^11.6.2",
"mkdirp": "^0.5.1",
"phantomjs-prebuilt": "^2.1.16",
"rc": "^1.2.5",
"underscore": "^1.8.3",
"unixify": "^1.0.0",
"validator": "^9.4.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-plugin-syntax-flow": "^6.18.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"benchmark": "^2.1.4",
"del": "^3.0.0",
"eslint": "^4.18.0",
"flow-bin": "^0.66.0",
"gulp": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^4.0.2",
"gulp-istanbul": "^1.1.3",
"gulp-nodeunit": "^0.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0"
}
}