mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 22:47:24 +08:00
26 lines
600 B
JSON
26 lines
600 B
JSON
{
|
|
"name": "firebase-cli",
|
|
"preferGlobal": true,
|
|
"version": "0.0.1",
|
|
"description": "The Firebase command line interface",
|
|
"keywords": [
|
|
"firebase"
|
|
],
|
|
"author": "Firebase <support@firebase.com>",
|
|
"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"
|
|
}
|
|
}
|