hollywood
Version:
Make applications from plugins.
25 lines (24 loc) • 511 B
JSON
{
"author": "Reid Burke <me@reidburke.com> (http://reidburke.com/)",
"name": "hollywood",
"description": "Make applications from plugins.",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "http://github.com/reid/hollywood.git"
},
"main" : "./lib/hollywood",
"scripts": {
"test": "vows test/*.js"
},
"engines": {
"node": ">= 0.4.12"
},
"dependencies": {
"eventemitter2": "0.4.1"
},
"devDependencies": {
"vows": "~0.6.0",
"jslint": "~0.1.2"
}
}