blob: 11c34841f5dd66b96942d56687f728ed55bba185 [file] [log] [blame]
{
"name": "vulnogram",
"version": "0.1.0-rc1",
"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": "^0.3.0",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"csso": "^5.0.5",
"csso-cli": "^3.0.0",
"csurf": "^1.11.0",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-messages": "^1.0.1",
"express-rate-limit": "^5.5.1",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"extend": "^3.0.2",
"json-patch-extended": "^0.1.2",
"linkifyjs": "^2.1.9",
"mongodb": "^3.7.3",
"mongoose": "^6.6.1",
"node-fetch": "^2.6.7",
"nodemailer": "^6.4.17",
"object-path": "^0.11.7",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pm2": "^5.2.0",
"pug": "^3.0.2",
"querymen": "^2.1.4",
"request": "^2.88.2",
"uglify-es": "^3.3.9"
},
"bugs": {
"url": "https://github.com/Vulnogram/Vulnogram/issues"
},
"homepage": "https://github.com/Vulnogram/Vulnogram#readme",
"directories": {
"lib": "lib"
},
"devDependencies": {},
"keywords": [
"Vulnogram",
"CVE",
"CVE-ID",
"reserve",
"edit",
"publish",
"JSON",
"schema",
"editor"
]
}