From c55f9a91ce17ea788c008053a850d681df9b5118 Mon Sep 17 00:00:00 2001 From: MOWGLI Date: Wed, 22 Apr 2020 20:42:03 +0530 Subject: [PATCH] bug fix --- app.json | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/app.json b/app.json index d826a56..cddbfcc 100644 --- a/app.json +++ b/app.json @@ -1,30 +1,29 @@ { - "name": "xploitspy", + "name": "xploitspy", "version": "1.0.0", "description": "XploitSPY - Remote Android Spying Tool", "main": "index.js", "scripts": { "start": "node server/index.js", - "test": "node server/index.js" - }, - "author": "XploitWizer", + "test": "node server/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", - "express-async-handler": "^1.1.4", "geoip-lite": "^1.3.7", "lowdb": "^1.0.0", - "node-fetch": "^2.6.0", "socket.io": "^2.2.0" }, - "buildpacks": [ - { - "url": "heroku/jvm" - }, - { - "url": "heroku/nodejs" - } -} + + "buildpacks": [ + { + "url": "heroku/jvm" + }, + { + "url": "heroku/nodejs" + } + ] +} \ No newline at end of file