-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "gulp-require-html-inline",
"version": "1.0.4",
"description": "Gulp plugin which inlines html files referenced using require(\"path-to-file.html\") notation",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "gulp -f demo/gulpfile.js"
},
"keywords": [
"gulpplugin",
"gulp",
"plugin",
"require",
"html",
"inline"
],
"author": {
"name": "Dmitry Gurovich",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yrtimiD/gulp-require-html-inline/issues"
},
"homepage": "https://github.com/yrtimiD/gulp-require-html-inline",
"repository": {
"type": "git",
"url": "git+https://github.com/yrtimiD/gulp-require-html-inline.git"
},
"peerDependencies": {
"html-minifier-terser": ">=5"
},
"dependencies": {
"gulplog": "^1.0.0",
"plugin-error": "^1.0.1",
"through2": "^3.0.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-cli": "^2.2.0"
}
}