gaffaviewcompiler
Version:
Gaffa View Compiler
37 lines (36 loc) • 825 B
JSON
{
"name": "gaffaviewcompiler",
"version": "0.1.10",
"description": "Gaffa View Compiler",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gaffa-tape/GaffaViewCompiler.git"
},
"keywords": [
"gaffa",
"compile",
"JavaScript",
"view",
"gvc"
],
"author": "Maurice Butler <maurice.butler@gmail.com>",
"license": "MIT",
"dependencies": {
"commander": "2.0.x",
"gaffa": "0.x.x",
"browserify": "2.25.x",
"gel-transform": "0.x.x"
},
"preferGlobal": "true",
"bin": {
"gvc": "index.js"
},
"bugs": {
"url": "https://github.com/gaffa-tape/GaffaViewCompiler/issues"
},
"homepage": "https://github.com/gaffa-tape/GaffaViewCompiler#readme"
}