-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
59 lines (59 loc) · 1.16 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "grunt-csso",
"description": "Minify CSS files with CSSO.",
"version": "2.2.4",
"homepage": "https://github.com/t32k/grunt-csso",
"author": {
"name": "Koji Ishimoto",
"url": "http://t32k.me/"
},
"maintainers": [
{
"name": "nitriques",
"email": "open-source@deuxhuithuit.com",
"url": "https://deuxhuithuit.com/"
}
],
"contributors": [
{
"name": "szarouski",
"email": "sergey@webuniverse.io",
"url": "http://webuniverse.io/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/t32k/grunt-csso.git"
},
"bugs": {
"url": "https://github.com/t32k/grunt-csso/issues"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"grunt": "grunt",
"test": "grunt test"
},
"peerDependencies": {
"grunt": "^1.0.3"
},
"dependencies": {
"async": "^2.6.1",
"chalk": "^2.4.1",
"csso": "^3.5.1",
"maxmin": "^2.1.0"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-nodeunit": "^2.0.0"
},
"keywords": [
"gruntplugin",
"minifier",
"optimize",
"csso"
],
"license": "MIT"
}