-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
53 lines (53 loc) · 1.18 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
{
"name": "grunt-processhtml",
"description": "Process html files at build time to modify them depending on the release environment",
"version": "0.4.4",
"homepage": "https://github.com/dciccale/grunt-processhtml",
"author": {
"name": "Denis Ciccale",
"email": "dciccale@gmail.com",
"url": "http://twitter.com/dciccale"
},
"repository": {
"type": "git",
"url": "git://github.com/dciccale/grunt-processhtml.git"
},
"bugs": {
"url": "https://github.com/dciccale/grunt-processhtml/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dciccale/grunt-processhtml/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 8.17.0"
},
"scripts": {
"test": "grunt --verbose"
},
"dependencies": {
"async": "^3.2.3",
"htmlprocessor": "0.3.3",
"lodash": "4.17.21"
},
"keywords": [
"process",
"html",
"index",
"build",
"buildtime",
"environment",
"target",
"optimize",
"gruntplugin"
],
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^4.0.0",
"grunt-release": "^0.14.0"
}
}