Files
firebase-tools/package.json

74 lines
1.5 KiB
JSON

{
"name": "firebase-tools",
"description": "Firebase command line tools",
"version": "0.0.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": {
"optimist": "0.6.x",
"prompt": "0.2.x",
"tar": "0.1.x",
"open": "0.0.x",
"request": "2.34.x",
"fstream-ignore": "0.0.x",
"temp": "0.6.x",
"firebase": "~1.0.11",
"progress": "~1.1.5",
"when": "3.1.0",
"chalk": "~0.4.0"
},
"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"
}
}