forked from FrankFang/gulp-html-extend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 873 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
40
41
{
"name": "gulp-html-extend",
"version": "1.2.0",
"description": "extend, include and replace html files",
"repository": {
"type": "git",
"url": "https://github.com/FrankFang/gulp-html-extend.git"
},
"homepage": "https://github.com/FrankFang/gulp-html-extend/issues",
"main": "index.js",
"scripts": {
"test": "jshint index.js && mocha -R spec"
},
"keywords": [
"gulp",
"html",
"master",
"extend",
"include",
"replace"
],
"author": {
"name": "Frank Fang",
"email": "[email protected]",
"url": "http://frankfang.com"
},
"license": "MIT",
"dependencies": {
"event-stream": "^3.1.7",
"gulp-util": "~3.0.0",
"node.extend": "^1.1.2",
"through2": "^2.0.0"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"vinyl": "*",
"should": "*",
"jshint": "*"
}
}