Added json file

This commit is contained in:
ChrisStone07 2020-04-08 01:50:17 +05:30
parent cf52127296
commit 5257f9a0b7
1 changed files with 21 additions and 0 deletions

21
package.json Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}
}