package.json
2.3 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
99
100
101
102
103
104
105
{
"_from": "grunt@^0.4.5",
"_id": "grunt@0.4.5",
"_inBundle": false,
"_integrity": "sha1-VpN81RlDJK3/bSB2MYMqnWuk5/A=",
"_location": "/grunt",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "grunt@^0.4.5",
"name": "grunt",
"escapedName": "grunt",
"rawSpec": "^0.4.5",
"saveSpec": null,
"fetchSpec": "^0.4.5"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz",
"_shasum": "56937cd5194324adff6d207631832a9d6ba4e7f0",
"_spec": "grunt@^0.4.5",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop",
"author": {
"name": "\"Cowboy\" Ben Alman",
"url": "http://benalman.com/"
},
"bugs": {
"url": "http://github.com/gruntjs/grunt/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "~0.1.22",
"coffee-script": "~1.3.3",
"colors": "~0.6.2",
"dateformat": "1.0.2-1.2.3",
"eventemitter2": "~0.4.13",
"exit": "~0.1.1",
"findup-sync": "~0.1.2",
"getobject": "~0.1.0",
"glob": "~3.1.21",
"grunt-legacy-log": "~0.1.0",
"grunt-legacy-util": "~0.2.0",
"hooker": "~0.2.3",
"iconv-lite": "~0.2.11",
"js-yaml": "~2.0.5",
"lodash": "~0.9.2",
"minimatch": "~0.2.12",
"nopt": "~1.0.10",
"rimraf": "~2.2.8",
"underscore.string": "~2.2.1",
"which": "~1.0.5"
},
"deprecated": false,
"description": "The JavaScript Task Runner",
"devDependencies": {
"difflet": "~0.2.3",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.5.3",
"semver": "2.1.0",
"shelljs": "~0.2.5",
"temporary": "~0.0.4"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "http://gruntjs.com/",
"keywords": [
"task",
"async",
"cli",
"minify",
"uglify",
"build",
"lodash",
"unit",
"test",
"qunit",
"nodeunit",
"server",
"init",
"scaffold",
"make",
"jake",
"tool"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT"
}
],
"main": "lib/grunt",
"name": "grunt",
"repository": {
"type": "git",
"url": "git://github.com/gruntjs/grunt.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.4.5"
}