forked from firebase/firebase-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"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-tools.git"
},
"keywords": [
"cdn",
"cli",
"ssl",
"cloud",
"hosting",
"firebase",
"realtime",
"websockets",
"synchronization"
],
"preferGlobal": true,
"engines": {
"node": ">=0.10.0"
},
"engine-strict": true,
"author": "Firebase (https://firebase.google.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/firebase/firebase-tools/issues"
},
"files": [
"bin/**",
"lib/**",
"commands/**",
"templates/**",
"index.js"
],
"homepage": "https://github.com/firebase/firebase-tools",
"dependencies": {
"archiver": "^0.16.0",
"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",
"cross-spawn": "^4.0.0",
"didyoumean": "^1.2.1",
"exit-code": "^1.0.2",
"filesize": "^3.1.3",
"firebase": "2.x.x",
"fs-extra": "^0.23.1",
"fstream-ignore": "^1.0.2",
"googleapis": "^2.1.7",
"inquirer": "^0.12.0",
"jsonschema": "^1.0.2",
"jsonwebtoken": "^5.4.0",
"lodash": "^4.6.1",
"node-uuid": "^1.4.3",
"open": "^0.0.5",
"portfinder": "^0.4.0",
"progress": "^1.1.8",
"request": "^2.58.0",
"rsvp": "^3.0.18",
"semver": "^5.0.3",
"shelljs": "^0.5.3",
"superstatic": "^4.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",
"sinon": "^1.17.4",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0"
}
}