| { |
| "name": "Vulnogram", |
| "version": "0.0.3", |
| "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": "SEE LICENSE IN README.md", |
| "repository": { |
| "type": "git", |
| "url": "https://github.com/Vulnogram/Vulnogram.git" |
| }, |
| "dependencies": { |
| "nodemon": "^1.12.1", |
| "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", |
| "csso-cli": "^1.1.0", |
| "uglify-es": "^3.1.9" |
| } |
| } |