{
  "name": "zoolserver",
  "version": "1.0.0",
  "description": "Servidor para la aplicación de Escritorio Zool",
  "main": "index.js",
  "scripts": {
    "start": "nodemon index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nextsigner/ppres.git"
  },
  "keywords": [
    "server",
    "servidor"
  ],
  "author": "@nextsigner",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nextsigner/ppres/issues"
  },
  "homepage": "https://github.com/nextsigner/ppres#readme",
  "dependencies": {
    "child_process": "^1.0.2",
    "connect": "^3.7.0",
    "express": "^4.17.1",
    "forever": "^3.0.0",
    "fs": "0.0.1-security",
    "mongoose": "^5.9.24",
    "nodemailer": "^6.4.6",
    "path": "^0.12.7",
    "pdf2html": "^2.5.2",
    "serve-static": "^1.14.1"
  },
  "devDependencies": {
    "nodemon": "^2.0.4"
  }
}
