html-maker
Version:
Yet another HTML builder
39 lines (38 loc) • 821 B
JSON
{
"name": "html-maker",
"version": "1.3.2",
"description": "Yet another HTML builder",
"main": "lib/html-maker.js",
"directories": {
"test": "test",
"lib": "lib"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jgoizueta/html-maker.git"
},
"keywords": [
"html",
"generator",
"builder",
"ui"
],
"author": "Javier Goizueta <jgoizueta@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jgoizueta/html-maker/issues"
},
"homepage": "https://github.com/jgoizueta/html-maker#readme",
"devDependencies": {
"coffee-script": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.13.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.5"
},
"dependencies": {
}
}