grunt-processhtml
Version:
Process html files at build time to modify them depending on the release environment
54 lines (53 loc) • 1.21 kB
JSON
{
"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"
}
}