{
  "name": "@geta6/coah",
  "description": "coah",
  "version": "3.0.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/geta6/coah.git"
  },
  "scripts": {
    "start": "pm2 startOrRestart package.json",
    "stop": "pm2 stop all",
    "test": "eslint . && jest",
    "build": "NODE_ENV=production gulp build",
    "dev": "gulp watch"
  },
  "apps": [
    {
      "name": "web",
      "script": "bin/web.js",
      "instances": 1,
      "pid_file": "tmp/web.pid",
      "out_file": "tmp/web.stdout",
      "error_file": "tmp/web.stderr",
      "merge_logs": true,
      "exec_mode": "cluster",
      "env": {
        "NODE_ENV": "production"
      }
    }
  ],
  "jest": {
    "scriptPreprocessor": "lib/preprocessor.js",
    "unmockedModulePathPatterns": [
      "node_modules/react",
      "node_modules/react-router"
    ]
  },
  "dependencies": {
    "babel": "^5.1.13",
    "backbone": "^1.1.2",
    "debug": "^2.1.3",
    "dotenv": "^1.1.0",
    "fluxible": "^0.4.6",
    "immutable": "^3.7.2",
    "jquery": "^2.1.3",
    "koa": "^0.19.1",
    "koa-bodyparser": "^1.5.0",
    "koa-generic-session": "^1.8.0",
    "koa-json": "^1.1.1",
    "koa-logger": "^1.2.2",
    "koa-mount": "^1.3.0",
    "koa-overwrite": "0.0.1",
    "koa-passport": "^1.1.6",
    "koa-redis": "^1.0.0",
    "koa-router": "^4.3.2",
    "koa-static": "^1.4.9",
    "mongoose": "^4.0.2",
    "node-jsx": "^0.13.2",
    "passport-twitter": "^1.0.3",
    "pm2": "^0.12.12",
    "react": "^0.13.2",
    "react-router": "^0.13.2",
    "serialize-javascript": "^1.0.0",
    "superagent": "^1.2.0",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "babel-core": "^5.1.13",
    "babel-eslint": "^3.0.1",
    "babel-loader": "^5.0.0",
    "browser-sync": "^2.6.5",
    "del": "^1.1.1",
    "eslint": "^0.20.0",
    "eslint-plugin-react": "^2.2.0",
    "gulp": "^3.8.11",
    "gulp-changed": "^1.2.1",
    "gulp-consolidate": "^0.1.2",
    "gulp-iconfont": "^1.0.0",
    "gulp-imagemin": "^2.2.1",
    "gulp-insert": "^0.4.0",
    "gulp-load-plugins": "^0.10.0",
    "gulp-plumber": "^1.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-sketch": "0.0.9",
    "gulp-stylus": "^2.0.1",
    "gulp-util": "^3.0.4",
    "nib": "^1.1.0",
    "run-sequence": "^1.1.0",
    "webpack": "^1.8.9"
  },
  "bugs": {
    "url": "https://github.com/geta6/coah/issues"
  },
  "homepage": "https://github.com/geta6/coah#readme",
  "main": "Gulpfile.js",
  "bin": {
    "@geta6/coah": "dev.js"
  },
  "author": "geta6",
  "license": "ISC"
}
