-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
44 lines (44 loc) · 1.13 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
{
"name": "a11yfy",
"title": "A11yfy",
"description": "A set of library functions to add accessibility to Web pages",
"author": {
"name": "Unobfuscated, @unobfuscator",
"url": "http://unobfuscated.blogspot.com/"
},
"maintainers": [
{
"name": "Dylan Barrell",
"email": "dylan@barrell.com",
"twitter": "@dylanbarrell"
}
],
"version": "0.0.21",
"devDependencies": {
"grunt": ">=0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-qunit": "~0.2.0",
"grunt-contrib-csslint": "~0.1.1",
"grunt-contrib-cssmin": "~0.4.2",
"grunt-compare-size": "~0.3.1",
"grunt-html": "~0.3.3",
"grunt-git-authors": "~1.2.0",
"bower": "*",
"grunt-qunit-junit": "0.1.0-alpha2",
"gulp": "~3.5.1",
"gulp-qunit": "~0.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dylanb/a11yfy"
},
"scripts": {
"install": "bower install",
"test": "grunt test"
}
}