{
  "name": "mvc-example",
  "description": "A sample Vue-Socketcluster app",
  "version": "1.1.0",
  "contributors": [
    {
      "name": "Nick Kotenberg",
      "email": "nkotenberg@happilymarrieddad@yahoo.com"
    },
    {
      "name": "Jonathan Gros-Dubois",
      "email": "grosjona@yahoo.com.au"
    }
  ],
  "scripts": {
    "start": "npm run build && npm run update-database && node server.js",
    "start:watch": "watch 'npm run build' && node server.js",
    "test": "npm run build",
    "build": "npm run build-jade & npm run build-js",
    "build-jade": "templatizer -d /templates -o public/js/bin/templates.js",
    "build-js": "gulp",
    "deploy": "./bin/deploy-staging.sh",
    "update-database": "db-migrate up",
    "preinstall": "sudo npm install gulp templatizer@1.5.4 watch -g",
    "postinstall": "npm run build"
  },
  "dependencies": {
    "async": "^2.0.1",
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-react": "^6.11.1",
    "bcrypt": "^0.8.7",
    "connect": "3.0.1",
    "express": "4.13.1",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-concat": "^2.6.0",
    "gulp-minify": "0.0.14",
    "gulp-uglify": "^2.0.0",
    "jade": "^1.11.0",
    "minimist": "1.1.0",
    "mysql": "^2.11.1",
    "npm-watch": "^0.1.6",
    "sc-cluster-broker-client": "1.x.x",
    "sc-crud-mysql": "0.0.1",
    "sc-redis": "^0.1.0",
    "serve-static": "1.8.0",
    "socket.io": "^1.4.8",
    "socketcluster": "5.x.x",
    "socketcluster-client": "5.x.x",
    "templatizer": "^1.5.4",
    "vue-socket.io": "^1.0.2"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.14.0",
    "babel-preset-react": "^6.11.1",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-concat": "^2.6.0",
    "gulp-minify": "0.0.14",
    "gulp-uglify": "^2.0.0",
    "templatizer": "^1.5.4"
  },
  "keywords": [
    "websocket",
    "server",
    "realtime",
    "cluster",
    "scalable"
  ],
  "readmeFilename": "README.md"
}
