gourmet-generator
Version:
Code generator using Javascript scripts and mustache templates
25 lines (24 loc) • 486 B
JSON
{
"name": "gourmet-generator",
"version": "0.2.0",
"description": "Code generator using Javascript scripts and mustache templates",
"main": "tt.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"Code-Generator",
"Script",
"Template",
"Mustache"
],
"author": "Daniel Martins",
"license": "MIT",
"dependencies": {
"mustache": "^2.2.0"
},
"preferGlobal": true,
"bin": {
"gourmet": "./bin/tt.js"
}
}