rhapsody-cli
Version:
CLI for RhapsodyJS
35 lines (34 loc) • 654 B
JSON
{
"name": "rhapsody-cli",
"version": "0.0.11",
"description": "CLI for RhapsodyJS",
"author": {
"name": "talyssonoc",
"email": "talyssonoc@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/rhapsodyjs/rhapsodyjs-cli"
},
"license": "MIT",
"main": "index.js",
"bin": {
"rhapsody-cli": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rhapsody",
"rhapsodyjs",
"cli",
"mvc",
"hmvc"
],
"dependencies": {
"fs-extra": "^0.9.1",
"lodash": "^2.4.1",
"nomnom": "^1.7.0",
"wolverine": "^0.1.3"
}
}