{
  "name": "vulnerability-api",
  "version": "3.0.0",
  "description": "Vulnerability API",
  "dependencies": {
    "body-parser": "^1.18.2",
    "express": "^4.16.4",
    "marked": "^3.0.8",
    "moment": "^2.24.0",
    "morgan": "^1.9.1",
    "node-expat": "2.4.0",
    "request": "^2.88.0",
    "smart-vercomp": "^0.1.0",
    "unbzip2-stream": "1.4.3",
    "underscore": "^1.13.1",
    "xml-object-stream-wdhif": "^0.0.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Filirom1/vulnerability-api"
  },
  "bin": {
    "vulnerability-api": "./server.js"
  },
  "scripts": {
    "start": "node server.js",
    "test": "node server_test.js"
  },
  "author": "Filirom1 <filirom1@gmail.com>",
  "contributors": [
    "Wassim DHIF <wassimdhif@gmail.com> (https://github.com/wdhif)"
  ],
  "license": "MIT",
  "devDependencies": {
    "async": "^3.0.1"
  }
}
