forked from jquery/learn.jquery.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 800 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
{
"name": "learn.jquery.com",
"title": "jQuery Learning Site",
"description": "jQuery Foundation site for learning jQuery and JavaScript",
"version": "0.2.8",
"homepage": "http://learn.jquery.com",
"author": {
"name": "jQuery Foundation (http://jquery.org/)"
},
"repository": {
"type": "git",
"url": "git://github.com/jquery/learn.jquery.com.git"
},
"bugs": {
"url": "https://github.com/jquery/learn.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",
"js-yaml": "2.0.1"
}
}