Skip to content

Commit 02322e6

Browse files
committed
0.1.1
1 parent 8009064 commit 02322e6

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"name": "learn.jquery.com",
3-
"title": "jQuery Learning Site",
4-
"description": "jQuery Foundation site for learning jQuery and JavaScript",
5-
"version": "0.1.0",
6-
"homepage": "http://learn.jquery.com",
7-
"author": {
8-
"name": "jQuery Foundation (http://jquery.org/)"
9-
},
10-
"repository": {
11-
"type": "git",
12-
"url": "git://github.com/jquery/learn.jquery.com.git"
13-
},
14-
"bugs": {
15-
"url": "https://github.com/jquery/learn.jquery.com/issues"
16-
},
17-
"licenses": [
18-
{
19-
"type": "MIT",
20-
"url": "http://www.opensource.org/licenses/MIT"
21-
}
22-
],
23-
"dependencies": {
24-
"grunt": "0.3.x",
25-
"grunt-clean": "0.3.0",
26-
"grunt-html": "0.1.1",
27-
"grunt-wordpress": "1.0.5",
28-
"grunt-jquery-content": "0.8.1",
29-
"grunt-check-modules": "0.1.0",
30-
"js-yaml": "1.0.2"
31-
}
2+
"name": "learn.jquery.com",
3+
"title": "jQuery Learning Site",
4+
"description": "jQuery Foundation site for learning jQuery and JavaScript",
5+
"version": "0.1.1",
6+
"homepage": "http://learn.jquery.com",
7+
"author": {
8+
"name": "jQuery Foundation (http://jquery.org/)"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git://github.com/jquery/learn.jquery.com.git"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/jquery/learn.jquery.com/issues"
16+
},
17+
"licenses": [
18+
{
19+
"type": "MIT",
20+
"url": "http://www.opensource.org/licenses/MIT"
21+
}
22+
],
23+
"dependencies": {
24+
"grunt": "0.3.x",
25+
"grunt-clean": "0.3.0",
26+
"grunt-html": "0.1.1",
27+
"grunt-wordpress": "1.0.5",
28+
"grunt-jquery-content": "0.8.1",
29+
"grunt-check-modules": "0.1.0",
30+
"js-yaml": "1.0.2"
31+
}
3232
}

0 commit comments

Comments
 (0)