forked from lawrenceamer/0xsp-Mongoose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "0xsp",
"version": "2.0.1",
"description": "a unique framework for cybersecurity simulation and red teaming operations, windows auditing for newer vulnerabilities, misconfigurations and privilege escalations attacks",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lawrenceamer/0xsp-Mongoose.git"
},
"author": "Lawrance Amer",
"license": "GPLv3",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"check-internet-connected": "^2.0.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.15.3",
"express-messages": "^1.0.1",
"express-sanitizer": "^1.0.5",
"express-validator": "^3.2.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.15",
"multer": "^1.4.2",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"sqlite3": "^4.2.0"
},
"bugs": {
"url": "https://github.com/lawrenceamer/0xsp-Mongoose/issues"
},
"homepage": "https://github.com/lawrenceamer/0xsp-Mongoose#readme"
}