2020-01-11 21:05:37 +05:30
|
|
|
{
|
|
|
|
"name": "xploitspy",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "XploitSPY - Remote Android Spying Tool",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-04-08 01:44:57 +05:30
|
|
|
"start": "node index.js",
|
2020-01-11 21:05:37 +05:30
|
|
|
"test": "node index.js"
|
|
|
|
},
|
|
|
|
"author": "ETechD",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"cookie-parser": "^1.4.4",
|
|
|
|
"ejs": "^2.6.2",
|
|
|
|
"express": "^4.17.1",
|
2020-04-16 15:52:24 +05:30
|
|
|
"express-async-handler": "^1.1.4",
|
2020-01-11 21:05:37 +05:30
|
|
|
"geoip-lite": "^1.3.7",
|
|
|
|
"lowdb": "^1.0.0",
|
2020-04-16 15:52:24 +05:30
|
|
|
"node-fetch": "^2.6.0",
|
2020-01-11 21:05:37 +05:30
|
|
|
"socket.io": "^2.2.0"
|
|
|
|
}
|
2020-01-11 16:23:10 +00:00
|
|
|
}
|