-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 955 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
{
"name": "gulp-header-license",
"version": "1.0.12",
"description": "Gulp extension to add license to file(s) in the pipeline.",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/Vanessa219/gulp-header-license.git"
},
"keywords": [
"header",
"license",
"gulpplugin"
],
"author": "Vanessa <lly219@gmail.com> (http://vanessa.b3log.org)",
"license": "Apache License",
"bugs": {
"url": "https://github.com/Vanessa219/gulp-header-license/issues"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^8.1.0"
},
"dependencies": {
"lodash.template": "^4.5.0",
"object-assign": "^4.1.0",
"through2": "^2.0.1"
},
"homepage": "https://github.com/Vanessa219/gulp-header-license#readme",
"maintainers": [
{
"name": "Vanessa",
"email": "lly219@gmail.com"
}
]
}