Files
firebase-tools/package.json
Michael Bleigh cc93653f9b Lots of changes.
* New auth fully operational and used throughout
* Renames "blank" to "deploy:empty"
* Adds "data:get" command (whee!)
* Use random UUID for Google Analytics
* Remove "bootstrap" (to be merged with "init")
2015-10-12 10:42:24 -07:00

69 lines
1.6 KiB
JSON

{
"name": "firebase-cli",
"version": "2.0.0",
"description": "Command-Line Interface for Firebase",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/firebase/firebase-cli.git"
},
"keywords": [
"cli",
"firebase"
],
"author": "Firebase Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/firebase/firebase-cli/issues"
},
"homepage": "https://github.com/firebase/firebase-cli",
"dependencies": {
"chalk": "^1.1.0",
"cjson": "^0.3.1",
"cli-table": "^0.3.1",
"commander": "^2.8.1",
"concat-stream": "^1.5.0",
"configstore": "^1.2.0",
"didyoumean": "^1.2.1",
"exit-code": "^1.0.2",
"filesize": "^3.1.3",
"firebase": "^2.2.7",
"fs-extra": "^0.23.1",
"fstream-ignore": "^1.0.2",
"inquirer": "^0.8.5",
"jsonschema": "^1.0.2",
"lodash": "^3.10.0",
"node-uuid": "^1.4.3",
"open": "0.0.5",
"progress": "^1.1.8",
"request": "^2.58.0",
"rsvp": "^3.0.18",
"superstatic": "git+ssh://git@github.com:firebase/superstatic.git",
"tar": "^2.2.0",
"through": "^2.3.8",
"tmp": "0.0.27",
"universal-analytics": "^0.3.9",
"update-notifier": "^0.5.0",
"user-home": "^2.0.0",
"uuid": "^2.0.1",
"winston": "^1.0.1"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"coveralls": "2.11.2",
"eslint": "^1.4.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-exit": "0.0.2",
"gulp-istanbul": "^0.10.0",
"gulp-mocha": "^2.1.2",
"jshint-stylish": "^2.0.1",
"lodash": "^3.10.0",
"nock": "^2.10.0"
}
}