{ "name": "firebase-cli", "preferGlobal": true, "version": "0.0.1", "description": "The Firebase command line interface", "keywords": [ "firebase" ], "author": "Firebase ", "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" } }