node-hag
Version:
Node HTML Asset Generator (HAG) - converts HTML and CSS templates into rendered Image assets, and can also produce Text and JSON assets.
46 lines (45 loc) • 1.09 kB
JSON
{
"name": "node-hag",
"version": "1.6.0",
"description": "Node HTML Asset Generator (HAG) - converts HTML and CSS templates into rendered Image assets, and can also produce Text and JSON assets.",
"main": "generator.js",
"scripts": {
"lint": "standard --fix",
"test": "node node_modules/mocha/bin/mocha --recursive --no-timeouts --reporter=nyan && npm run lint"
},
"repository": "git@github.com:connected-web/node-hag",
"keywords": [
"Node",
"JS",
"HTML",
"CSS",
"Template",
"Generator",
"Asset",
"Image",
"Webshot"
],
"bin": {
"hag": "bin/hag"
},
"preferGlobal": "true",
"author": "John Beech",
"license": "ISC",
"dependencies": {
"denodeify": "^1.2.1",
"express": "^4.16.2",
"express-favicon": "^2.0.0",
"handlebars": "^4.0.11",
"json-refs": "^3.0.3",
"promise-path": "^1.2.6",
"request": "^2.83.0",
"webshot": "^0.18.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.0",
"standard": "^10.0.3"
},
"engine": "node >= 4.0.0"
}