gg/package.json
2020-04-23 21:53:50 +01:00

23 lines
480 B
JSON

{
"name": "project_gg",
"version": "1.0.0",
"description": "GG bs project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@git.maxhunt.design:9999/MAX/GG.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "^3.0.2",
"express": "^4.17.1",
"firebase-admin": "^8.11.0",
"firebase-tools": "^8.1.1",
"morgan": "^1.10.0"
}
}