{
  "name": "spas-app",
  "version": "1.0.6",
  "description": "Single Page App Boilerplate webstore that utilizes sequelive/MYSQL",
  "files": [
    "dist",
    "client",
    "config",
    "Controllers",
    "Models",
    "routes",
    "scripts",
    "seeders"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/React-BP/SPAS-store"
  },
  "main": "index.js",
  "scripts": {
    "start": "concurrently \"npm run server\" \"npm run client\"",
    "server": "node server.js",
    "client": "node scripts/start-client.js",
    "build": "node scripts/build.js",
    "seed": "node scripts/seedDB.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "installDeps": "yarn && cd client && yarn"
  },
  "author": "Daniel Ward, Matt Groe, Mateo Vargas, Gena Reidler",
  "license": "MIT",
  "devDependencies": {
    "concurrently": "^3.5.0",
    "nodemon": "^1.11.0"
  },
  "dependencies": {
    "aos": "^2.2.0",
    "async": "^2.6.0",
    "axios": "^0.18.0",
    "bcrypt-nodejs": "0.0.3",
    "body-parser": "^1.17.2",
    "concurrently": "^3.5.1",
    "express": "^4.15.4",
    "fs": "0.0.1-security",
    "mysql2": "^1.5.3",
    "nodemon": "^1.17.3",
    "path": "^0.12.7",
    "radium": "^0.24.0",
    "react-page-scroller": "^1.2.0",
    "react-router-dom": "^4.1.2",
    "sequelize": "^4.37.6",
    "sweet-alert": "^1.0.1"
  }
}
