File tree 1 file changed +11
-8
lines changed
1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grunt-csso" ,
3
3
"description" : " Minify CSS files with CSSO." ,
4
- "version" : " 0.8.2 " ,
4
+ "version" : " 1.0.0 " ,
5
5
"homepage" : " https://github.com/t32k/grunt-csso" ,
6
6
"author" : {
7
7
"name" : " Koji Ishimoto" ,
15
15
"bugs" : {
16
16
"url" : " https://github.com/t32k/grunt-csso/issues"
17
17
},
18
- "license" : " MIT" ,
19
18
"engines" : {
20
19
"node" : " >=0.12.0"
21
20
},
22
21
"scripts" : {
22
+ "grunt" : " grunt" ,
23
23
"test" : " grunt test"
24
24
},
25
+ "peerDependencies" : {
26
+ "grunt" : " >=0.4.0"
27
+ },
25
28
"dependencies" : {
26
- "chalk" : " ^1.1.1 " ,
27
- "csso" : " ^1.6 .1" ,
29
+ "chalk" : " ^1.1.3 " ,
30
+ "csso" : " ^1.8 .1" ,
28
31
"maxmin" : " ^2.1.0"
29
32
},
30
33
"devDependencies" : {
31
- "grunt" : " ^0.4.5" ,
32
- "grunt-cli" : " ^0.1.13" ,
34
+ "grunt" : " ^1.0.0" ,
33
35
"grunt-contrib-clean" : " ^1.0.0" ,
34
- "grunt-contrib-nodeunit" : " ^0.4.1 "
36
+ "grunt-contrib-nodeunit" : " ^1.0.0 "
35
37
},
36
38
"keywords" : [
37
39
" gruntplugin" ,
38
40
" minifier" ,
39
41
" optimize" ,
40
42
" csso"
41
- ]
43
+ ],
44
+ "license" : " MIT"
42
45
}
You can’t perform that action at this time.
0 commit comments