-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
39 lines (39 loc) · 1022 Bytes
/
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
{
"name": "Open A11y Testing",
"version": "0.0.1",
"title": "Open-A11y-Testing",
"description": "This website facilitates the testing",
"keywords": "Accessibility, HTML5, WAI-ARIA",
"author": {
"name": "Karl Groves",
"email": "[email protected]",
"url": "http://www.karlgroves.com"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.3.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-uncss": "~0.2.0",
"grunt-contrib-sass": "~0.7.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.8.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-shell": "~0.6.4",
"load-grunt-tasks": "~0.3.0",
"grunt-git": "~0.2.5",
"grunt-contrib-copy": "~0.5.0"
},
"repository": {
"type": "git",
"url": "[email protected]:Open-A11y-Testing/Test-Site.git"
},
"bugs": {
"url": "https://bitbucket.org/karlgroves/project-starter/issues"
},
"licenses": [
{
"type": "MIT"
}
]
}