forked from Wildhoney/gulp-processhtml
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·61 lines (61 loc) · 1.17 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "gulp-processhtml",
"version": "1.1.0",
"description": "Process html files at build time to modify them as you wish",
"repository": {
"type": "git",
"url": "git://github.com/Wildhoney/gulp-processhtml.git"
},
"main": "index.js",
"scripts": {
"prepublish": "npm prune",
"test": "mocha"
},
"keywords": [
"gulpplugin",
"htmlprocessor",
"process html",
"process",
"html",
"html processor"
],
"dependencies": {
"gulp-util": "latest",
"htmlprocessor": "~0.1.10",
"through2": "latest"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.6",
"gulp-mocha": "^2.0.0",
"mocha": "latest",
"request": "^2.53.0",
"xpath": "0.0.9"
},
"author": "Julien Castelain <[email protected]> (http://www.punkscum.org)",
"contributors": [
{
"name": "Julien Castelain"
},
{
"name": "Guille"
},
{
"name": "James Kleeh"
},
{
"name": "Chris Antaki"
},
{
"name": "kristoferjoseph"
},
{
"name": "Fabien Demangeat"
},
{
"name": "Adam Timberlake"
}
],
"license": "MIT"
}