forked from Vulnogram/Vulnogram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.75 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "vulnogram",
"version": "0.2.0",
"description": "Making the world safer one CVE at a time, since 2017. Tool for creating Security Advisories and CVE ID information. With customizable plugins it can be used for tracking anything that can be expressed with a JSON-Schema. plugins are available for tracking security incidents, tickets, contacts, NVD entries and CVE assignments.",
"main": "app.js",
"scripts": {
"test": "nodemon app",
"start": "./scripts/start.sh",
"stop": "forever stop app.js",
"restart": "forever restart app.js"
},
"author": "Chandan B N.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Vulnogram/Vulnogram.git"
},
"dependencies": {
"busboy": "^1.6.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"csso": "^5.0.5",
"csso-cli": "^4.0.2",
"csurf": "^1.11.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-messages": "^1.0.1",
"express-rate-limit": "^7.1.0",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"extend": "^3.0.2",
"json-patch-extended": "^0.1.2",
"linkifyjs": "^4.1.1",
"mongodb": "^3.7.3",
"mongoose": "^6.12.2",
"node-fetch": "^2.6.7",
"nodemon": "^3.0.1",
"object-path": "^0.11.7",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pm2": "^5.3.1",
"pug": "^3.0.2",
"querymen": "^2.1.4",
"uglify-es": "^3.3.9"
},
"bugs": {
"url": "https://github.com/Vulnogram/Vulnogram/issues"
},
"homepage": "https://github.com/Vulnogram/Vulnogram#readme",
"directories": {
"lib": "lib"
},
"keywords": [
"Vulnogram",
"CVE",
"CVE-ID",
"reserve",
"edit",
"publish",
"JSON",
"schema",
"editor"
]
}