forked from gulp-community/gulp-footer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.42 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "gulp-footer",
"version": "2.0.1",
"description": "Gulp extension to add footer to file(s) in the pipeline.",
"main": "./index.js",
"proxy": null,
"https-proxy": null,
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/tracker1/gulp-footer.git"
},
"keywords": [
"footer",
"gulpplugin",
"eventstream"
],
"author": {
"name": "Michael J. Ryan",
"email": "[email protected]",
"url": "http://github.com/tracker1"
},
"contributors": [
{
"name": "Michael J. Ryan",
"email": "[email protected]",
"url": "http://github.com/tracker1"
},
{
"name": "Simon Kurtz",
"email": "[email protected]",
"url": "https://github.com/simonua"
},
{
"name": "GoDaddy.com",
"url": "http://github.com/godaddy"
},
{
"name": "Douglas Duteil",
"email": "[email protected]",
"url": "http://github.com/douglasduteil"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tracker1/gulp-footer/issues"
},
"dependencies": {
"event-stream": "3.3.4",
"lodash._reescape": "^3.0.0",
"lodash._reevaluate": "^3.0.0",
"lodash._reinterpolate": "^3.0.0",
"lodash.template": "^3.6.2"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"vinyl": "^0.5.3"
}
}