-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.37 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
{
"name": "Vulnogram",
"version": "0.0.9",
"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": "forever start --id 'vulnogram' --spinSleepTime 5000 --minUptime 2000 app.js ;forever list",
"stop": "forever stop app.js",
"restart": "forever restart app.js"
},
"author": "Chandan B N.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Vulnogram/Vulnogram.git"
},
"dependencies": {
"busboy": "^0.3.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"csso-cli": "^3.0.0",
"csurf": "^1.9.0",
"express": "^4.16.4",
"express-messages": "^1.0.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"extend": "^3.0.2",
"forever": "^2.0.0",
"json-patch-extended": "^0.1.2",
"linkifyjs": "^2.1.8",
"mongodb": "^3.2.2",
"mongoose": "^5.12.2",
"nodemon": "^2.0.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pug": "^3.0.1",
"querymen": "^2.1.3",
"uglify-es": "^3.3.9"
}
}