forked from jquery/api.jquery.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 755 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 755 Bytes
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.jquery.com",
"title": "jQuery API Docs",
"description": "API reference documentation for the jQuery JavaScript Library.",
"version": "1.7.2",
"homepage": "https://github.com/jquery/api.jquery.com",
"author": {
"name": "jQuery Foundation (http://jquery.org/)"
},
"repository": {
"type": "git",
"url": "git://github.com/jquery/api.jquery.com.git"
},
"bugs": {
"url": "https://github.com/jquery/api.jquery.com/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"grunt": "0.3.x",
"grunt-clean": "0.1.0",
"grunt-wordpress": "0.0.4",
"libxmljs": "~0.5.4"
},
"devDependencies": {},
"keywords": []
}