-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 948 Bytes
/
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
{
"name": "gulp-headerfooter",
"version": "1.0.3",
"description": "A gulp plugin for adding headers and footers to your files",
"main": "gulp-headerfooter.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/garrows/gulp-headerfooter.git"
},
"keywords": [
"gulp",
"gulpplugin",
"gulpfriendly",
"head",
"foot",
"header",
"footer",
"concat",
"concatenate",
"prefix",
"suffix",
"condog"
],
"author": {
"name": "Glen Arrowsmith",
"email": "glen.arrowsmith@gmail.cmo",
"url": "http://garrows.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/garrows/gulp-headerfooter/issues"
},
"homepage": "https://github.com/garrows/gulp-headerfooter",
"dependencies": {
"through2": "^0.4.1"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-rename": "^1.2.0",
"mocha": "^1.19.0"
}
}