75 lines
1.5 KiB
JSON
75 lines
1.5 KiB
JSON
{
|
|
"name": "firebase-tools",
|
|
"description": "Firebase command line tools",
|
|
"version": "1.2.0",
|
|
"author": "Firebase <support@firebase.com> (https://www.firebase.com/)",
|
|
"homepage": "https://github.com/firebase/firebase-tools/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/firebase/firebase-tools.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/firebase/firebase-tools/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://firebase.mit-license.org/"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"cdn",
|
|
"cli",
|
|
"ssl",
|
|
"cloud",
|
|
"hosting",
|
|
"firebase",
|
|
"realtime",
|
|
"websockets",
|
|
"synchronization"
|
|
],
|
|
"preferGlobal": true,
|
|
"bin": {
|
|
"firebase": "./bin/firebase"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"engineStrict": true,
|
|
"files": [
|
|
"bin/**",
|
|
"lib/**",
|
|
"LICENSE",
|
|
"README.md",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
"chalk": "0.5.x",
|
|
"filesize": "3.1.2",
|
|
"firebase": "2.2.x",
|
|
"fstream-ignore": "1.0.x",
|
|
"open": "0.0.x",
|
|
"optimist": "0.6.x",
|
|
"progress": "1.1.x",
|
|
"prompt": "0.2.x",
|
|
"request": "2.51.x",
|
|
"source-map-support": "0.2.7",
|
|
"source-processor": "0.0.7",
|
|
"tar": "1.0.x",
|
|
"when": "3.6.x"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^1.10.0",
|
|
"coveralls": "2.11.2",
|
|
"gulp": "3.8.10",
|
|
"gulp-exit": "0.0.2",
|
|
"gulp-istanbul": "0.5.0",
|
|
"gulp-jshint": "1.9.0",
|
|
"gulp-mocha": "2.0.0",
|
|
"jshint-stylish": "1.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp test",
|
|
"travis": "gulp"
|
|
}
|
|
}
|