mirror of
https://github.com/XploitWizer-Community/XploitSPY.git
synced 2024-12-28 16:45:46 +08:00
bug fix
This commit is contained in:
parent
46047ef8b8
commit
c55f9a91ce
7
app.json
7
app.json
@ -5,8 +5,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server/index.js",
|
"start": "node server/index.js",
|
||||||
"test": "node server/index.js"
|
"test": "node server/index.js"},
|
||||||
},
|
|
||||||
"author": "XploitWizer",
|
"author": "XploitWizer",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@ -14,12 +13,11 @@
|
|||||||
"cookie-parser": "^1.4.4",
|
"cookie-parser": "^1.4.4",
|
||||||
"ejs": "^2.6.2",
|
"ejs": "^2.6.2",
|
||||||
"express": "^4.17.1",
|
"express": "^4.17.1",
|
||||||
"express-async-handler": "^1.1.4",
|
|
||||||
"geoip-lite": "^1.3.7",
|
"geoip-lite": "^1.3.7",
|
||||||
"lowdb": "^1.0.0",
|
"lowdb": "^1.0.0",
|
||||||
"node-fetch": "^2.6.0",
|
|
||||||
"socket.io": "^2.2.0"
|
"socket.io": "^2.2.0"
|
||||||
},
|
},
|
||||||
|
|
||||||
"buildpacks": [
|
"buildpacks": [
|
||||||
{
|
{
|
||||||
"url": "heroku/jvm"
|
"url": "heroku/jvm"
|
||||||
@ -27,4 +25,5 @@
|
|||||||
{
|
{
|
||||||
"url": "heroku/nodejs"
|
"url": "heroku/nodejs"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user