forked from karlgroves/a11yDialog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 959 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
{
"name": "a11yDialog",
"version": "1.0.0",
"description": "accesibility enhancements for jQueryUI dialog()",
"keywords": [
"jquery-plugin"
],
"homepage": "https://github.com/karlgroves/a11yDialog",
"bugs": "https://github.com/karlgroves/a11yDialog/issues",
"author": {
"name": "Karl Groves",
"email": "[email protected]",
"url": "https://github.com/karlgroves"
},
"repository": {
"type": "git",
"url": "[email protected]:karlgroves/a11yDialog.git"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "~0.9.0",
"time-grunt": "~1.0.0",
"load-grunt-tasks": "~1.0.0",
"jshint-stylish": "~1.0.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-uglify": "~0.6.0"
}
}