package.json
1.7 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
{
"_from": "grunt-banner@^0.1.4",
"_id": "grunt-banner@0.1.4",
"_inBundle": false,
"_integrity": "sha1-/GZiCNy88RvJco5MW2NUQbXFzZw=",
"_location": "/grunt-banner",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "grunt-banner@^0.1.4",
"name": "grunt-banner",
"escapedName": "grunt-banner",
"rawSpec": "^0.1.4",
"saveSpec": null,
"fetchSpec": "^0.1.4"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/grunt-banner/-/grunt-banner-0.1.4.tgz",
"_shasum": "fc666208dcbcf11bc9728e4c5b635441b5c5cd9c",
"_spec": "grunt-banner@^0.1.4",
"_where": "F:\\wamp64\\www\\project\\gc\\public\\assets\\libs\\jcrop",
"author": {
"name": "Matt Styles",
"email": "matt@veryfizzyjelly.com",
"url": "veryfizzyjelly.com"
},
"bugs": {
"url": "https://github.com/mattstyles/grunt-banner/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Adds a simple banner to files",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.7",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-nodeunit": "~0.1.2"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/mattstyles/grunt-banner",
"keywords": [
"gruntplugin"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mattstyles/grunt-banner/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"name": "grunt-banner",
"peerDependencies": {
"grunt": "~0.4.1"
},
"repository": {
"type": "git",
"url": "git://github.com/mattstyles/grunt-banner.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.1.4"
}