forked from gulp-community/gulp-footer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "gulp-footer-secured",
"version": "2.0.2",
"description": "Gulp extension to add footer to file(s) in the pipeline. This is a version without the malicious event-map.",
"main": "./index.js",
"proxy": null,
"https-proxy": null,
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/ckoutsiaris/gulp-footer.git"
},
"keywords": [
"footer",
"gulpplugin",
"eventstream"
],
"author": "Michael J. Ryan <tracker1@gmail.com> (http://github.com/tracker1)",
"contributors": [
"Michael J. Ryan <tracker1@gmail.com> (http://github.com/tracker1)",
"Simon Kurtz <simonkurtz@gmail.com> (https://github.com/simonua)",
"GoDaddy.com (http://github.com/godaddy)",
"Douglas Duteil <douglasduteil@gmail.com> (http://github.com/douglasduteil)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tracker1/gulp-footer/issues"
},
"dependencies": {
"lodash._reescape": "^3.0.0",
"lodash._reevaluate": "^3.0.0",
"lodash._reinterpolate": "^3.0.0",
"lodash.template": "^3.6.2",
"map-stream": "0.0.7"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"vinyl": "^0.5.3"
},
"homepage": "https://github.com/ckoutsiaris/gulp-footer#readme"
}