meka
Version:
Marionette Scaffolding
30 lines (29 loc) • 538 B
JSON
{
"name": "meka",
"version": "0.0.4",
"description": "Marionette Scaffolding",
"main": "meka.js",
"scripts": {
"test": "node ./test/"
},
"keywords": [
"Marionette",
"Backbone",
"Scaffolder"
],
"author": "bluntworks",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"concat-stream": "^1.4.6",
"debug": "^2.0.0",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"optimist": "^0.6.1",
"through": "^2.3.6"
},
"preferGlobal": "true",
"bin": {
"meka": "./meka.js"
}
}