-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "bottracker",
"version": "1.0.0",
"description": "A script that detects bots and get their data while visiting on your site and generates a report.",
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"Detect",
"Bot",
"Detect",
"Bot",
"IP"
],
"author": "Muhammad Hamza",
"license": "MIT",
"dependencies": {
"axios": "^0.19.2",
"bowser": "^2.10.0",
"current-device": "^0.10.1",
"detect-browser": "^5.1.1",
"device-detector-js": "^2.2.1",
"device-type": "^1.0.0",
"express": "^4.17.1",
"express-device": "^0.4.2",
"express-useragent": "^1.0.15",
"geolocator": "^2.1.5",
"ip2location-nodejs": "^8.3.0",
"ipware": "^2.0.0",
"isbot": "^3.0.5",
"isbot-fast": "^1.2.0",
"ismobilejs": "^1.1.1",
"moment": "^2.27.0",
"mongoose": "^5.9.25",
"node-device-detector": "^1.2.5",
"platform": "^1.3.6",
"request-ip": "^2.1.3",
"shortid": "^2.2.15",
"user-agents": "^1.0.559"
}
}