{
  "name": "waigo",
  "description": "Node.js ES6 framework for reactive, data-driven apps and APIs (Koa, RethinkDB)",
  "version": "2.2.0",
  "license": "MIT",
  "author": {
    "name": "Ramesh Nair",
    "email": "ram@hiddentao.com"
  },
  "dependencies": {
    "bluebird": "^3.4.0",
    "classnames": "^2.2.3",
    "co": "^4.6.0",
    "co-body": "^4.0.0",
    "co-render": "^1.1.0",
    "commander": "^2.9.0",
    "cron": "^1.0.9",
    "debug": "^2.2.0",
    "email-templates": "^2.3.0",
    "eventemitter3": "^1.2.0",
    "findit": "^2.0.0",
    "findup-sync": "^0.4.1",
    "generator-compose": "^0.1.0",
    "genomatic": "^1.0.0",
    "globule": "^1.0.0",
    "koa": "^1.2.0",
    "koa-compose": "^2.3.0",
    "koa-csrf": "^2.4.0",
    "koa-session-store": "^2.0.0",
    "koa-static": "^2.0.0",
    "koa-trie-router": "^1.1.0",
    "lodash": "^4.12.0",
    "log4js": "^0.6.36",
    "marked": "^0.3.6",
    "moment": "^2.11.2",
    "node-uuid": "^1.4.2",
    "nodemailer": "^2.4.2",
    "nodemailer-html-to-text": "^2.1.0",
    "nodemailer-markdown": "^1.0.0",
    "nodemailer-stub-transport": "^1.0.0",
    "oauth": "^0.9.14",
    "pluralize": "^2.0.0",
    "pug": "^2.0.0-alpha7",
    "query-string": "^4.2.0",
    "semver": "^5.1.0",
    "shelljs": "^0.7.0",
    "slack-node": "^0.2.0",
    "thinodium": "^1.1.4",
    "thinodium-rethinkdb": "^1.1.2",
    "validator": "^5.0.0"
  },
  "devDependencies": {
    "browserify": "~13.0.1",
    "chai": "~3.5.0",
    "chai-as-promised": "~5.3.0",
    "clockmaker": "^2.0.0",
    "co-mocha": "^1.1.2",
    "coffee-script": "^1.9.2",
    "event-stream": "^3.3.0",
    "form-data": "^1.0.0-rc4",
    "got": "^6.3.0",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-concat": "^2.4.3",
    "gulp-filter": "^4.0.0",
    "gulp-if": "^2.0.1",
    "gulp-minify-css": "^1.2.4",
    "gulp-nodemon": "^2.0.7",
    "gulp-server-livereload": "^1.8.1",
    "gulp-spawn-mocha": "^2.2.2",
    "gulp-stylus": "^2.3.1",
    "gulp-uglify": "^1.1.0",
    "gulp-util": "^3.0.4",
    "mkdirp": "~0.5.1",
    "nib": "^1.1.0",
    "request": "~2.72.0",
    "rimraf": "~2.5.2",
    "run-sequence": "~1.2.1",
    "rupture": "^0.6.1",
    "sinon": "~1.17.4",
    "sinon-chai": "~2.8.0",
    "vinyl-source-stream2": "~0.1.1",
    "waigo-test-utils": "^2.5.0",
    "watchify": "~3.7.0",
    "yargs": "^4.7.1"
  },
  "keywords": [
    "reactive",
    "rethinkdb",
    "framework",
    "koa",
    "generators",
    "es6",
    "web",
    "rest",
    "restful",
    "router",
    "app",
    "api",
    "mvc"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/waigo/waigo.git"
  },
  "main": "src/index.js",
  "bin": {
    "waigo": "./bin/waigo"
  },
  "scripts": {
    "prepublish": "npm prune",
    "dev": "gulp",
    "test": "NODE_ENV=test gulp test",
    "test-ci": "NODE_ENV=test gulp test --ci"
  },
  "engines": {
    "node": ">=4.4.5"
  },
  "engine-strict": true,
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/waigo/waigo/issues"
  }
}
