forked from jquery/codeorigin.jquery.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 824 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
{
"name": "codeorigin.jquery.com",
"title": "jQuery CDN",
"version": "1.0.1",
"homepage": "https://github.com/jquery/codeorigin.jquery.com",
"author": {
"name": "jQuery Foundation (http://jquery.org/)"
},
"repository": {
"type": "git",
"url": "git://github.com/jquery/codeorigin.jquery.com.git"
},
"bugs": {
"url": "https://github.com/jquery/codeorigin.jquery.com/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"grunt": "0.3.17",
"grunt-clean": "0.3.0",
"grunt-html": "0.1.1",
"grunt-wordpress": "1.0.7",
"grunt-jquery-content": "0.9.0",
"grunt-check-modules": "0.1.0",
"semver": "2.0.11",
"underscore": "1.5.1",
"handlebars": "1.0.12"
},
"keywords": []
}