11{
22 "name" : " grunt-csscomb" ,
33 "description" : " The grunt plugin for sorting CSS properties in specific order." ,
4- "version" : " 2.0.0 " ,
4+ "version" : " 2.0.1 " ,
55 "homepage" : " https://github.com/csscomb/grunt-csscomb" ,
6- "author" : {
7- "name" : " Koji Ishimoto" ,
8- "email" : " ijok.ijok@gmail.com" ,
9- "url" : " http://t32k.me/"
10- },
11- "contributors" : [{
12- "name" : " Tony Ganch" ,
13- "email" : " tonyganch+github@gmail.com" ,
14- "web" : " http://tonyganch.com/"
15- }, {
16- "name" : " Shogo Sensui" ,
17- "email" : " orz1000ch@gmail.com" ,
18- "web" : " http://1000ch.net/"
19- }],
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" : " orz1000ch@gmail.com" ,
22+ "web" : " http://1000ch.net/"
23+ }
24+ ],
2025 "repository" : {
2126 "type" : " git" ,
2227 "url" : " https://github.com/csscomb/grunt-csscomb.git"
2328 },
2429 "bugs" : {
2530 "url" : " https://github.com/csscomb/grunt-csscomb/issues"
2631 },
27- "licenses" : [{
28- "type" : " MIT" ,
29- "url" : " https://github.com/csscomb/grunt-csscomb/blob/master/LICENSE-MIT"
30- }],
32+ "licenses" : [
33+ {
34+ "type" : " MIT" ,
35+ "url" : " https://github.com/csscomb/grunt-csscomb/blob/master/LICENSE-MIT"
36+ }
37+ ],
3138 "main" : " Gruntfile.js" ,
3239 "engines" : {
3340 "node" : " >= 0.10.0"
5461 " SCSS" ,
5562 " LESS"
5663 ]
57- }
64+ }
0 commit comments