forked from jquery/api.jqueryui.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 757 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
{
"name": "api.jqueryui.com",
"title": "jQuery UI API Docs",
"description": "API reference documentation for jQuery UI.",
"version": "1.9.0",
"homepage": "https://github.com/jquery/api.jqueryui.com",
"author": {
"name": "jQuery Foundation (http://jquery.org/)"
},
"repository": {
"type": "git",
"url": "git://github.com/jquery/api.jqueryui.com.git"
},
"bugs": {
"url": "https://github.com/jquery/api.jqueryui.com/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"grunt": "0.3.x",
"grunt-clean": "0.3.0",
"grunt-wordpress": "1.0.3",
"grunt-jquery-content": "0.5.x"
},
"devDependencies": {},
"keywords": []
}