{
  "name": "epochtalk",
  "version": "0.4.18",
  "description": "Epochtalk forum software",
  "main": "server",
  "scripts": {
    "db-migrate": "./node_modules/.bin/db-migrate -m ./node_modules/epochtalk-core-pg/migrations up && node ./scripts/db-dump-schema",
    "sass": "node ./scripts/sass.js",
    "build": "node ./scripts/build.js",
    "serve": "node ./scripts/serve.js",
    "test": "./node_modules/.bin/mocha -R spec ./tests",
    "start": "npm run db-migrate && ./node_modules/.bin/bower install && npm run build && node cli/index.js --create && node server"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/epochtalk/epochtalk"
  },
  "author": "James Wang <jw@slickage.com> (http://slickage.com/)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/epochtalk/epochtalk/issues"
  },
  "homepage": "https://github.com/epochtalk/epochtalk",
  "apidoc": {
    "title": "Epochtalk",
    "description": "Overview of Epochtalk API",
    "url": "/api"
  },
  "dependencies": {
    "aws-sdk": "^2.1.20",
    "bcrypt": "^0.8.0",
    "bluebird": "^3.1.5",
    "boom": "^3.1.2",
    "bower": "^1.7.5",
    "change-case": "^2.3.1",
    "cheerio": "^0.20.0",
    "commander": "^2.5.1",
    "db-migrate": "^0.9.23",
    "deep-rename-keys": "^0.1.0",
    "del": "^2.2.0",
    "dot": "^1.0.3",
    "dotenv": "^2.0.0",
    "epochtalk-core-pg": "epochtalk/core-pg",
    "fs-extra": "^0.26.4",
    "good": "^6.4.0",
    "good-console": "^5.3.0",
    "good-file": "^5.1.1",
    "handlebars": "^4.0.3",
    "hapi": "^12.1.0",
    "hoek": "^3.0.4",
    "html-loader": "^0.4.0",
    "inert": "^3.2.0",
    "ip-address": "^5.0.2",
    "joi": "^7.2.2",
    "json": "^9.0.3",
    "jsonwebtoken": "^5.0.0",
    "lodash": "^4.0.1",
    "mkdirp": "^0.5.0",
    "mmmagic": "^0.4.1",
    "node-sass": "^3.4.2",
    "node-sass-globbing": "0.0.23",
    "node-uuid": "^1.4.1",
    "nodemailer": "^2.0.0",
    "oclazyload": "^1.0.6",
    "pg": "^4.2.0",
    "redis": "^2.4.2",
    "request": "^2.53.0",
    "rolling-rate-limiter": "^0.1.2",
    "sanitize-html": "^1.4.3",
    "socketcluster-client": "^4.3.7",
    "stream-meter": "^1.0.3",
    "through2": "^2.0.0",
    "vision": "^4.0.1",
    "webpack": "^1.12.2"
  },
  "devDependencies": {
    "livereload": "^0.4.0",
    "mocha": "^2.4.1",
    "nodemon": "^1.1.1",
    "parse-database-url": "^0.3.0",
    "watch": "^0.17.1"
  },
  "engines": {
    "node": "5.4.x"
  },
  "bin": {
    "epoch": "cli/index.js"
  }
}
