Skip to content

Commit d56bb52

Browse files
author
Franz Josef Kaiser
committed
style(json) De-uglify, see #46
1 parent ed2ef99 commit d56bb52

File tree

1 file changed

+57
-54
lines changed

1 file changed

+57
-54
lines changed

package.json

Lines changed: 57 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,59 @@
11
{
2-
"name": "grunt-githooks",
3-
"description": "A Grunt plugin to help bind Grunt tasks to Git hooks",
4-
"version": "0.4.0",
5-
"homepage": "https://github.com/wecodemore/grunt-githooks",
6-
"author": {
7-
"name": "Romaric Pascal",
8-
"url": "http://rhumaric.com"
9-
},
10-
"contributors": [
11-
{
12-
"name": "Franz Josef Kaiser",
13-
"url": "http://unserkaiser.com"
14-
},
15-
{
16-
"name": "Romaric Pascal",
17-
"url": "http://rhumaric.com"
18-
}
19-
],
20-
"repository": {
21-
"type": "git",
22-
"url": "git://github.com/wecodemore/grunt-githooks.git"
23-
},
24-
"bugs": {
25-
"url": "https://github.com/wecodemore/grunt-githooks/issues"
26-
},
27-
"licenses": [
28-
{
29-
"type": "MIT",
30-
"url": "https://github.com/wecodemore/grunt-githooks/blob/master/LICENSE-MIT"
31-
}
32-
],
33-
"main": "Gruntfile.js",
34-
"engines": {
35-
"node": ">= 0.8.0"
36-
},
37-
"scripts": {
38-
"test": "grunt test"
39-
},
40-
"devDependencies": {
41-
"grunt-contrib-jshint": "~0.6.0",
42-
"grunt-contrib-clean": "~0.4.0",
43-
"grunt-contrib-nodeunit": "~0.2.0",
44-
"grunt": "~0.4.1",
45-
"grunt-contrib-copy": "~0.4.1"
46-
},
47-
"peerDependencies": {
48-
"grunt": "~0.4.1"
49-
},
50-
"keywords": [
51-
"gruntplugin"
52-
],
53-
"dependencies": {
54-
"handlebars": "~1.0.12"
55-
}
2+
"name" : "grunt-githooks",
3+
"description" : "A Grunt plugin to help bind Grunt tasks to Git hooks",
4+
"version" : "0.4.0",
5+
"homepage" : "https://github.com/wecodemore/grunt-githooks",
6+
"author" : {
7+
"name" : "Romaric Pascal",
8+
"url" : "http://rhumaric.com"
9+
},
10+
"contributors" : [
11+
{
12+
"name" : "Franz Josef Kaiser",
13+
"email" : "wecodemore@gmail.com",
14+
"url" : "http://unserkaiser.com"
15+
},
16+
{
17+
"name" : "Romaric Pascal",
18+
"url" : "http://rhumaric.com"
19+
}
20+
],
21+
"repository" : {
22+
"type" : "git",
23+
"url" : "git://github.com/wecodemore/grunt-githooks.git"
24+
},
25+
"bugs" : {
26+
"url" : "https://github.com/wecodemore/grunt-githooks/issues"
27+
},
28+
"licenses" : [
29+
{
30+
"type" : "MIT",
31+
"url" : "https://github.com/wecodemore/grunt-githooks/blob/master/LICENSE-MIT"
32+
}
33+
],
34+
"main" : "Gruntfile.js",
35+
"engines" : {
36+
"node" : ">= 0.8.0"
37+
},
38+
"scripts" : {
39+
"test" : "grunt test"
40+
},
41+
"devDependencies" : {
42+
"grunt-contrib-jshint" : "~0.6.0",
43+
"grunt-contrib-clean" : "~0.4.0",
44+
"grunt-contrib-nodeunit" : "~0.2.0",
45+
"grunt" : "~0.4.1",
46+
"grunt-contrib-copy" : "~0.4.1"
47+
},
48+
"peerDependencies" : {
49+
"grunt" : "~0.4.1"
50+
},
51+
"keywords" : [
52+
"gruntplugin",
53+
"git",
54+
"hook"
55+
],
56+
"dependencies" : {
57+
"handlebars" : "~1.0.12"
58+
}
5659
}

0 commit comments

Comments
 (0)