htmlprocessor-prepend
Version:
Process html file using special comments
46 lines (45 loc) • 929 B
JSON
{
"name": "htmlprocessor-prepend",
"description": "Process html file using special comments",
"version": "0.1.3",
"author": {
"name": "Denis Ciccale",
"email": "dciccale@gmail.com",
"url": "http://twitter.com/tdecs"
},
"repository": {
"type": "git",
"url": "git://github.com/dciccale/node-htmlprocessor.git"
},
"bugs": {
"url": "https://github.com/dciccale/node-htmlprocessor/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dciccale/node-htmlprocessor/blob/master/LICENSE-MIT"
}
],
"scripts": {
"test": "node test/run.js"
},
"main": "./lib/htmlprocessor",
"bin": {
"htmlprocessor": "./cli.js"
},
"keywords": [
"process",
"html",
"build",
"buildtime",
"environment",
"target",
"optimize"
],
"dependencies": {
"lodash": "~2.4.1"
},
"devDependencies": {
"nodeunit": "~0.8.6"
}
}