package.json
2.1 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
{
"_from": "grunt-lib-contrib@~0.6.0",
"_id": "grunt-lib-contrib@0.6.1",
"_inBundle": false,
"_integrity": "sha1-P1att9oG6BR5XuJBWw6+X7iQPrs=",
"_location": "/grunt-lib-contrib",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "grunt-lib-contrib@~0.6.0",
"name": "grunt-lib-contrib",
"escapedName": "grunt-lib-contrib",
"rawSpec": "~0.6.0",
"saveSpec": null,
"fetchSpec": "~0.6.0"
},
"_requiredBy": [
"/grunt-contrib-cssmin",
"/grunt-contrib-less",
"/grunt-contrib-uglify"
],
"_resolved": "https://registry.npmjs.org/grunt-lib-contrib/-/grunt-lib-contrib-0.6.1.tgz",
"_shasum": "3f56adb7da06e814795ee2415b0ebe5fb8903ebb",
"_spec": "grunt-lib-contrib@~0.6.0",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop\\node_modules\\grunt-contrib-cssmin",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"bugs": {
"url": "https://github.com/gruntjs/grunt-lib-contrib/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
{
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
{
"name": "Larry Davis",
"url": "http://lazd.net/"
},
{
"name": "Sindre Sorhus",
"url": "http://sindresorhus.com"
}
],
"dependencies": {
"zlib-browserify": "0.0.1"
},
"deprecated": false,
"description": "Common functionality shared across grunt-contrib tasks.",
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "http://github.com/gruntjs/grunt-lib-contrib",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/gruntjs/grunt-lib-contrib/blob/master/LICENSE-MIT"
}
],
"main": "lib/contrib",
"name": "grunt-lib-contrib",
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt-lib-contrib.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.6.1"
}