2020-04-22 23:08:41 +08:00
|
|
|
{
|
2020-04-22 23:12:03 +08:00
|
|
|
"name": "xploitspy",
|
2020-04-22 23:08:41 +08:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "XploitSPY - Remote Android Spying Tool",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node server/index.js",
|
2020-04-22 23:12:03 +08:00
|
|
|
"test": "node server/index.js"},
|
|
|
|
"author": "XploitWizer",
|
2020-04-22 23:08:41 +08:00
|
|
|
"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"
|
|
|
|
},
|
2020-04-22 23:12:03 +08:00
|
|
|
|
|
|
|
"buildpacks": [
|
|
|
|
{
|
|
|
|
"url": "heroku/jvm"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "heroku/nodejs"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|