htmlprocessor
Version:
Process html file using special comments
50 lines (49 loc) • 1.19 kB
JSON
{
"name": "htmlprocessor",
"description": "Process html file using special comments",
"version": "0.3.3",
"author": {
"name": "Denis Ciccale",
"email": "dciccale@gmail.com",
"url": "http://twitter.com/dciccale"
},
"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_modules/.bin/mocha",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --recursive",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"main": "./lib/htmlprocessor",
"bin": {
"htmlprocessor": "./bin/htmlprocessor"
},
"keywords": [
"process",
"html",
"build",
"buildtime",
"environment",
"target",
"optimize"
],
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"coveralls": "^3.0.2",
"istanbul": "^0.4.5",
"mocha": "^10.2.0"
}
}