Files
firebase-tools/package.json
2015-10-12 21:43:45 -07:00

84 lines
1.9 KiB
JSON

{
"name": "firebase-tools",
"version": "0.0.0",
"description": "Command-Line Interface for Firebase",
"main": "index.js",
"bin": {
"firebase": "./bin/firebase"
},
"scripts": {
"test": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/firebase/firebase-cli.git"
},
"keywords": [
"cdn",
"cli",
"ssl",
"cloud",
"hosting",
"firebase",
"realtime",
"websockets",
"synchronization"
],
"preferGlobal": true,
"engines": {
"node": ">=0.10.0"
},
"engineStrict": true,
"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",
"semver": "^5.0.3",
"superstatic": "git+ssh://git@github.com:firebase/superstatic.git#3.0",
"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",
"nock": "^2.10.0"
}
}