Skip to content

Commit 6f4304b

Browse files
committed
3.0.1
1 parent 00d2c0d commit 6f4304b

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

package.json

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,64 @@
11
{
2-
"name": "grunt-csscomb",
3-
"description": "The grunt plugin for sorting CSS properties in specific order.",
4-
"version": "3.0.0",
5-
"homepage": "https://github.com/csscomb/grunt-csscomb",
6-
"author": [
7-
{
8-
"name": "Koji Ishimoto",
9-
"email": "ijok.ijok@gmail.com",
10-
"url": "http://t32k.me/"
11-
},
12-
{
13-
"name": "Tony Ganch",
14-
"email": "tonyganch+github@gmail.com",
15-
"web": "http://tonyganch.com/"
16-
}
17-
],
18-
"contributors": [
19-
{
20-
"name": "Shogo Sensui",
21-
"email": "shogo.sensui@gmail.com",
22-
"web": "http://1000ch.net/"
23-
}
24-
],
25-
"repository": {
26-
"type": "git",
27-
"url": "https://github.com/csscomb/grunt-csscomb.git"
2+
"name": "grunt-csscomb",
3+
"description": "The grunt plugin for sorting CSS properties in specific order.",
4+
"version": "3.0.1",
5+
"homepage": "https://github.com/csscomb/grunt-csscomb",
6+
"author": [
7+
{
8+
"name": "Koji Ishimoto",
9+
"email": "ijok.ijok@gmail.com",
10+
"url": "http://t32k.me/"
2811
},
29-
"bugs": {
30-
"url": "https://github.com/csscomb/grunt-csscomb/issues"
31-
},
32-
"licenses": [
33-
{
34-
"type": "MIT",
35-
"url": "https://github.com/csscomb/grunt-csscomb/blob/master/LICENSE-MIT"
36-
}
37-
],
38-
"main": "Gruntfile.js",
39-
"engines": {
40-
"node": ">= 0.10.0"
41-
},
42-
"scripts": {
43-
"test": "grunt test"
44-
},
45-
"dependencies": {
46-
"csscomb": "~3.1.0"
47-
},
48-
"devDependencies": {
49-
"grunt": "^0.4.5",
50-
"grunt-contrib-clean": "^0.5.0",
51-
"grunt-contrib-jshint": "^0.10.0",
52-
"grunt-contrib-nodeunit": "^0.4.1"
53-
},
54-
"peerDependencies": {
55-
"grunt": "^0.4.5"
56-
},
57-
"keywords": [
58-
"gruntplugin",
59-
"CSScomb",
60-
"Sass",
61-
"SCSS",
62-
"LESS"
63-
]
12+
{
13+
"name": "Tony Ganch",
14+
"email": "tonyganch+github@gmail.com",
15+
"web": "http://tonyganch.com/"
16+
}
17+
],
18+
"contributors": [
19+
{
20+
"name": "Shogo Sensui",
21+
"email": "shogo.sensui@gmail.com",
22+
"web": "http://1000ch.net/"
23+
}
24+
],
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/csscomb/grunt-csscomb.git"
28+
},
29+
"bugs": {
30+
"url": "https://github.com/csscomb/grunt-csscomb/issues"
31+
},
32+
"licenses": [
33+
{
34+
"type": "MIT",
35+
"url": "https://github.com/csscomb/grunt-csscomb/blob/master/LICENSE-MIT"
36+
}
37+
],
38+
"main": "Gruntfile.js",
39+
"engines": {
40+
"node": ">= 0.10.0"
41+
},
42+
"scripts": {
43+
"test": "grunt test"
44+
},
45+
"dependencies": {
46+
"csscomb": "~3.1.0"
47+
},
48+
"devDependencies": {
49+
"grunt": "^0.4.5",
50+
"grunt-contrib-clean": "^0.5.0",
51+
"grunt-contrib-jshint": "^0.10.0",
52+
"grunt-contrib-nodeunit": "^0.4.1"
53+
},
54+
"peerDependencies": {
55+
"grunt": "^0.4.5"
56+
},
57+
"keywords": [
58+
"gruntplugin",
59+
"CSScomb",
60+
"Sass",
61+
"SCSS",
62+
"LESS"
63+
]
6464
}

0 commit comments

Comments
 (0)