mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-04-27 19:13:40 +08:00
84 lines
1.9 KiB
JSON
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"
|
|
}
|
|
}
|