11{
2- "name" : " grunt-csscomb" ,
3- "description" : " The grunt plugin for sorting CSS properties in specific order." ,
4- "version" : " 1.2.0" ,
5- "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" : ['Tony Ganch' ],
12- "repository" : {
13- "type" : " git" ,
14- "url" : " https://github.com/csscomb/grunt-csscomb.git"
15- },
16- "bugs" : {
17- "url" : " https://github.com/csscomb/grunt-csscomb/issues"
18- },
19- "licenses" : [
20- {
21- "type" : " MIT" ,
22- "url" : " https://github.com/csscomb/grunt-csscomb/blob/master/LICENSE-MIT"
23- }
24- ],
25- "main" : " Gruntfile.js" ,
26- "engines" : {
27- "node" : " >= 0.8.0"
28- },
29- "scripts" : {
30- "test" : " grunt test"
31- },
32- "dependencies" : {
33- "csscomb" : " 2.0.x"
34- },
35- "devDependencies" : {
36- "grunt-contrib-jshint" : " ~0.6.0" ,
37- "grunt-contrib-clean" : " ~0.4.0" ,
38- "grunt-contrib-nodeunit" : " ~0.2.0" ,
39- "grunt" : " 0.4.x"
40- },
41- "peerDependencies" : {
42- "grunt" : " 0.4.x"
43- },
44- "keywords" : [
45- " gruntplugin" ,
46- " CSScomb" ,
47- " Sass" ,
48- " SCSS" ,
49- " LESS"
50- ]
51- }
2+ "name" : " grunt-csscomb" ,
3+ "description" : " The grunt plugin for sorting CSS properties in specific order." ,
4+ "version" : " 1.2.0" ,
5+ "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+ " Tony Ganch"
13+ ],
14+ "repository" : {
15+ "type" : " git" ,
16+ "url" : " https://github.com/csscomb/grunt-csscomb.git"
17+ },
18+ "bugs" : {
19+ "url" : " https://github.com/csscomb/grunt-csscomb/issues"
20+ },
21+ "licenses" : [
22+ {
23+ "type" : " MIT" ,
24+ "url" : " https://github.com/csscomb/grunt-csscomb/blob/master/LICENSE-MIT"
25+ }
26+ ],
27+ "main" : " Gruntfile.js" ,
28+ "engines" : {
29+ "node" : " >= 0.8.0"
30+ },
31+ "scripts" : {
32+ "test" : " grunt test"
33+ },
34+ "dependencies" : {
35+ "csscomb" : " 2.0.x"
36+ },
37+ "devDependencies" : {
38+ "grunt-contrib-jshint" : " ~0.6.0" ,
39+ "grunt-contrib-clean" : " ~0.4.0" ,
40+ "grunt-contrib-nodeunit" : " ~0.2.0" ,
41+ "grunt" : " 0.4.x"
42+ },
43+ "peerDependencies" : {
44+ "grunt" : " 0.4.x"
45+ },
46+ "keywords" : [
47+ " gruntplugin" ,
48+ " CSScomb" ,
49+ " Sass" ,
50+ " SCSS" ,
51+ " LESS"
52+ ]
53+ }
0 commit comments