-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "firebase-admin",
"version": "3.0.0",
"description": "Programmatically instantiate and modify Firebase instances.",
"keywords": [
"firebase",
"admin",
"account"
],
"homepage": "https://casetext.github.io/firebase-admin",
"repository": {
"type": "git",
"url": "git://github.com/casetext/firebase-admin.git"
},
"author": {
"name": "Harry Schmidt",
"email": "goldibex@casetext.com",
"url": "https://casetext.com/about"
},
"license": {
"type": "MIT",
"url": "https://github.com/casetext/firebase-admin/blob/master/LICENSE"
},
"main": "account.js",
"bin": "bin/firebase-admin",
"scripts": {
"test": "mocha --recursive -u bdd -t 30000 -s 2000 -r ./test/setup test/spec",
"postpublish": "./script/postpublish.bash"
},
"dependencies": {
"firebase": "^2.0.0",
"optometrist": "^0.1.3",
"q": "^1.0.1",
"request": "^2.37.0",
"commander": "^2.3.0",
"chalk": "^0.5.1",
"cli-table": "^0.3.0",
"prompt": "^0.2.14"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"ink-docstrap": "^0.4.12",
"jsdoc": "^3.3.0-alpha9",
"mocha": "^1.20.1",
"lodash": "^2.4.1"
}
}