-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1019 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1019 Bytes
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": "@tinypudding/firebase-github-database",
"version": "1.0.8",
"description": "Firebase Database to Github Webhooks.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TinyPudding/Firebase-Github-Database.git"
},
"keywords": [
"github"
],
"author": "Yasmin Seidel (JasminDreasond)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TinyPudding/Firebase-Github-Database/issues"
},
"dependencies": {
"@tinypudding/firebase-lib": "^1.0.7",
"@tinypudding/firebase-webhook-express-default": "^1.0.4",
"@tinypudding/puddy-lib": "^1.1.29",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"helmet": "^4.3.1",
"lodash": "^4.17.21",
"normalize-url": "^7.0.2"
},
"homepage": "https://github.com/TinyPudding/Firebase-Github-Database#readme"
}