spoonjs
Version:
SpoonJS CLI tool
37 lines (36 loc) • 696 B
JSON
{
"name": "spoonjs",
"description": "SpoonJS CLI tool",
"version": "0.2.9",
"keywords": [
"framework",
"mvc",
"hmvc",
"controller",
"view",
"module",
"model"
],
"bugs": {
"url" : "http://github.com/IndigoUnited/spoonjs-cli/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/IndigoUnited/spoonjs-cli.git"
},
"author": "Indigo United",
"license": "MIT",
"dependencies": {
"dejavu": "~0.4.4",
"colors": "~0.6.0",
"mout": "~0.6.0",
"dot": "~1.0.0",
"automaton": "~0.2.1",
"nopt": "~2.0.0",
"update-notifier": "~0.1.2"
},
"bin": {
"spoon": "bin/spoon.js"
},
"preferGlobal": true
}