Skip to content

Commit 0ac7311

Browse files
committed
0.2.0
1 parent 66aea25 commit 0ac7311

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

package.json

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
{
2-
"name": "generator-jquery-boilerplate",
3-
"version": "0.1.2",
4-
"description": "Yeoman Generator for jQuery Boilerplate",
5-
"main": "app/index.js",
6-
"repository": {
7-
"type": "git",
8-
"url": "git://github.com/jquery-boilerplate/generator-jquery-boilerplate.git"
9-
},
10-
"keywords": [
11-
"yeoman-generator",
12-
"jquery-boilerplate",
13-
"jquery-plugins",
14-
"jquery",
15-
"yeoman"
16-
],
17-
"engines": {
18-
"node": ">= 0.10.0"
19-
},
20-
"author": {
21-
"name": "Zeno Rocha",
22-
"email": "[email protected]"
23-
},
24-
"license": [
25-
{
26-
"type": "MIT",
27-
"url": "http://zenorocha.mit-license.org/"
28-
}
29-
],
30-
"scripts": {
31-
"test": "mocha --reporter spec"
32-
},
33-
"peerDependencies": {
34-
"yo": ">=1.0.0-rc.1.1"
35-
},
36-
"dependencies": {
37-
"yeoman-generator": "~0.18.10",
38-
"chalk": "~0.5.1"
39-
},
40-
"devDependencies": {
41-
"mocha": "~2.0.1"
42-
}
2+
"name": "generator-jquery-boilerplate",
3+
"version": "0.2.0",
4+
"description": "Yeoman Generator for jQuery Boilerplate",
5+
"main": "app/index.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "git://github.com/jquery-boilerplate/generator-jquery-boilerplate.git"
9+
},
10+
"keywords": [
11+
"yeoman-generator",
12+
"jquery-boilerplate",
13+
"jquery-plugins",
14+
"jquery",
15+
"yeoman"
16+
],
17+
"engines": {
18+
"node": ">= 0.10.0"
19+
},
20+
"author": {
21+
"name": "Zeno Rocha",
22+
"email": "[email protected]"
23+
},
24+
"license": [
25+
{
26+
"type": "MIT",
27+
"url": "http://zenorocha.mit-license.org/"
28+
}
29+
],
30+
"scripts": {
31+
"test": "mocha --reporter spec"
32+
},
33+
"peerDependencies": {
34+
"yo": ">=1.0.0-rc.1.1"
35+
},
36+
"dependencies": {
37+
"yeoman-generator": "~0.18.10",
38+
"chalk": "~0.5.1"
39+
},
40+
"devDependencies": {
41+
"mocha": "~2.0.1"
42+
}
4343
}

0 commit comments

Comments
 (0)