Files
firebase-tools/package.json
2013-12-30 11:04:18 -08:00

26 lines
600 B
JSON

{
"name": "firebase-cli",
"preferGlobal": true,
"version": "0.0.1",
"description": "The Firebase command line interface",
"keywords": [
"firebase"
],
"author": "Firebase <support@firebase.com>",
"contributors": [{
"name": "Chris Raynor",
"email": "chris@firebase.com"
}],
"repository": "https://github.com/firebase/firebase-cli.git",
"homepage": "https://github.com/firebase/firebase-cli",
"dependencies": {
"optimist": "0.6.x",
"prompt": "0.2.x",
"bitballoon": "0.1.x",
"easy-table": "0.2.x"
},
"bin": {
"firebase": "./bin/firebase"
}
}