-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
50 lines (50 loc) · 1.05 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
{
"name": "grunt-banner",
"description": "Adds a simple banner to files",
"version": "0.6.0",
"homepage": "https://github.com/mattstyles/grunt-banner",
"author": {
"name": "Matt Styles",
"email": "matt@veryfizzyjelly.com",
"url": "https://github.com/mattstyles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattstyles/grunt-banner.git"
},
"bugs": {
"url": "https://github.com/mattstyles/grunt-banner/issues"
},
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt test"
},
"files": [
"tasks",
"History.md",
"LICENSE-MIT"
],
"dependencies": {
"chalk": "^1.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"load-grunt-tasks": "^3.2.0",
"time-grunt": "^1.2.1"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"banner",
"build"
]
}