forked from louisremi/gulp-footer
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
62 lines (62 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "gulp-footer",
"version": "2.1.0",
"description": "Gulp extension to add footer to file(s) in the pipeline.",
"main": "./index.js",
"proxy": null,
"https-proxy": null,
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/gulp-community/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/gulp-community/gulp-footer/issues"
},
"dependencies": {
"lodash": "^4.17.21",
"map-stream": "^0.0.7"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"vinyl": "^0.5.3"
},
"scripts": {
"test": "mocha --reporter spec"
}
}