| { |
| "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.4.20", |
| "nodemon": "^2.0.2", |
| "passport": "^0.4.0", |
| "passport-local": "^1.0.0", |
| "pug": "^2.0.3", |
| "querymen": "^2.1.3", |
| "uglify-es": "^3.3.9" |
| } |
| } |