-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
32 lines (32 loc) · 860 Bytes
/
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
{
"name": "express-firebase",
"version": "1.1.0",
"description": "Express with Firebase powered backend server",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antonybudianto/express-firebase.git"
},
"keywords": [
"express",
"firebase",
"backend"
],
"author": "Antony Budianto <antonybudianto@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/antonybudianto/express-firebase/issues"
},
"homepage": "https://github.com/antonybudianto/express-firebase#readme",
"dependencies": {
"body-parser": "^1.19.0",
"dotenv": "^8.1.0",
"express": "^4.17.1",
"firebase-admin": "^8.5.0",
"express-firebase-middleware": "^3.0.0"
}
}