-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
34 lines (34 loc) · 1 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
{
"name": "jquery-ui-extensions",
"title": "Ben's jQuery UI Extensions",
"description": "Customizations and enhancements to the standard jQuery UI library",
"version": "1.1.1",
"author": {
"name": "Ben Olson",
"url": "http://bseth99.github.com/"
},
"homepage": "https://github.com/bseth99/jquery-ui-extensions",
"repository": {
"type": "git",
"url": "git://github.com/bseth99/jquery-ui-extensions.git"
},
"bugs": {
"url" : "http://github.com/bseth99/jquery-ui-extensions/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bseth99/jquery-ui-extensions/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-uglify": "0.1.x",
"grunt-contrib-concat": "0.1.x",
"grunt-contrib-cssmin": "0.4.x",
"grunt-text-replace": "0.3.x",
"grunt-contrib-copy": "0.4.x"
},
"keywords": []
}