{
  "name": "uppeat-api",
  "version": "1.0.2",
  "description": "\"RESTful API used for accessing UpPeat data\"",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "nodemon server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/steveburton4/UpPeat.git"
  },
  "keywords": [
    "uppeat",
    "server",
    "whiskey",
    "whisky"
  ],
  "author": "Steven Burton",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/steveburton4/UpPeat/issues"
  },
  "homepage": "https://github.com/steveburton4/UpPeat#readme",
  "devDependencies": {
    "nodemon": "^1.11.0"
  },
  "dependencies": {
    "bcrypt": "^1.0.2",
    "body-parser": "1.9.x",
    "connect-mongo": "^1.3.2",
    "express": "^4.15.3",
    "express-session": "^1.15.4",
    "express-validator": "^3.2.1",
    "fs": "0.0.1-security",
    "https": "^1.0.0",
    "minimist": "*",
    "mongoose": "^4.11.3",
    "passport": "^0.3.2",
    "passport-local": "^1.0.0",
    "swagger-node-express": "~2.0"
  }
}
