-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (36 loc) · 914 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
{
"name": "gulp-bigpipe-template",
"version": "1.1.0",
"description": "gulp plugin compile html template to a function",
"keywords": [
"gulp",
"split",
"html",
"template",
"bigpipe"
],
"homepage": "https://github.com/lcxfs1991/gulp-bigpipe-template",
"bugs": "https://github.com/lcxfs1991/gulp-bigpipe-template/issues",
"repository": {
"type": "git",
"url": "git://github.com/lcxfs1991/gulp-bigpipe-template.git"
},
"main": "index.js",
"author": {
"name": "leehey",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"gulp": "^3.9.0",
"gulp-util": "^3.0.6",
"through2": "^0.4.2",
"html-minifier": "^0.7.2"
},
"devDependencies": {
},
"engines": {
"node": ">=0.12.0",
"npm": ">=1.2.10"
}
}