| { |
| "name": "Vulnogram", |
| "version": "0.0.2", |
| "description": "Making the world safer one CVE at a time, since 2017. Tool for creating Security Advisories and CVE ID information.", |
| "main": "app.js", |
| "scripts": { |
| "start": "nodemon app" |
| }, |
| "author": "Chandan B N.", |
| "license": "BSD", |
| "dependencies": { |
| "connect-flash": "^0.1.1", |
| "compression" : "^1.7.1", |
| "express": "^4.16.1", |
| "express-messages": "^1.0.1", |
| "express-session": "^1.15.6", |
| "express-validator": "^4.2.1", |
| "csurf": "^1.9.0", |
| "mongoose": "^4.12.4", |
| "monk": "^6.0.5", |
| "passport": "^0.4.0", |
| "passport-local": "^1.0.0", |
| "pug": "^2.0.0-rc.4" |
| } |
| } |