Files
firebase-tools/package.json
2014-01-14 17:57:21 -08:00

26 lines
595 B
JSON

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