package.json
2.4 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"_from": "grunt-contrib-cssmin@^0.6.2",
"_id": "grunt-contrib-cssmin@0.6.2",
"_inBundle": false,
"_integrity": "sha1-KATcDoH5jopU1h7uhKHT/ho6+OI=",
"_location": "/grunt-contrib-cssmin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "grunt-contrib-cssmin@^0.6.2",
"name": "grunt-contrib-cssmin",
"escapedName": "grunt-contrib-cssmin",
"rawSpec": "^0.6.2",
"saveSpec": null,
"fetchSpec": "^0.6.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-contrib-cssmin/-/grunt-contrib-cssmin-0.6.2.tgz",
"_shasum": "2804dc0e81f98e8a54d61eee84a1d3fe1a3af8e2",
"_spec": "grunt-contrib-cssmin@^0.6.2",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-contrib-cssmin/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tim Branyen",
"url": "http://goingslowly.com/"
},
{
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
{
"name": "Thomas Boyt",
"url": "http://www.thomasboyt.com/"
},
{
"name": "Liam Kaufman",
"url": "http://liamkaufman.com/"
},
{
"name": "Jörn Zaefferer",
"url": "http://bassistance.de"
},
{
"name": "Braden Anderson",
"url": "http://google.com/profiles/bluej100"
}
],
"dependencies": {
"clean-css": "~1.1.1",
"grunt-lib-contrib": "~0.6.0"
},
"deprecated": false,
"description": "Compress CSS files.",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-internal": "~0.4.2",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-nodeunit": "~0.1.2"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/gruntjs/grunt-contrib-cssmin",
"keywords": [
"gruntplugin"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-cssmin/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"name": "grunt-contrib-cssmin",
"peerDependencies": {
"grunt": "~0.4.0"
},
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-contrib-cssmin.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.6.2"
}