forked from tonygambone/gulp-htmlsplit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 853 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
{
"name": "gulp-htmlsplit",
"version": "1.1.1",
"description": "Gulp plugin to split HTML files into multiple output files using HTML comments.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tonygambone/gulp-htmlsplit.git"
},
"keywords": [
"gulpplugin",
"html",
"split",
"gulp"
],
"author": "Tony Gambone <[email protected]> (http://tonygambone.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tonygambone/gulp-htmlsplit/issues"
},
"homepage": "https://github.com/tonygambone/gulp-htmlsplit#readme",
"dependencies": {
"gulp-util": "^3.0.5",
"through2": "^2.0.0",
"vinyl": "^0.5.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"mocha": "^2.2.5",
"stream-assert": "^2.0.2"
}
}