spine.app
Version:
Spine app generator
19 lines (18 loc) • 523 B
JSON
{
"name": "spine.app",
"version": "0.5.2",
"description": "Spine app generator",
"keywords": ["spine", "commonsJS", "coffeescript", "hem", "scaffold", "jasmine"],
"author": "Alex MacCaw <info@eribium.org>",
"contributors": ["maccman", "aeischeid", "cengebretson"],
"repository": {
"type": "git",
"url": "git://github.com/spine/spine.app.git"
},
"bin": { "spine": "./bin/spine" },
"engine" : [ "node >=0.10.0" ],
"preferGlobal": true,
"dependencies" : {
"coffee-script" : ">=1.7.0"
}
}