raven-cli
Version:
A tool to build homebrew GBA games
49 lines (48 loc) • 1.08 kB
JSON
{
"name": "raven-cli",
"version": "0.1.5",
"description": "A tool to build homebrew GBA games",
"scripts": {
"preinstall": "./symlinks.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"raven": "bin/raven"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0505gonzalez/raven-cli.git"
},
"keywords": [
"raven",
"gba",
"homebrew",
"build",
"gameboy",
"advance"
],
"author": "Juan Gonzalez",
"license": "MIT",
"bugs": {
"url": "https://github.com/0505gonzalez/raven-cli/issues"
},
"homepage": "https://github.com/0505gonzalez/raven-cli#readme",
"dependencies": {
"assert-plus": "^1.0.0",
"async": "^2.1.4",
"chai": "^3.5.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
"fs-extra": "^1.0.0",
"joi": "^10.2.0",
"mocha": "^3.2.0",
"prompt": "^1.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-mocha-test": "^0.13.2",
"jshint": "^2.9.4"
}
}