{
  "name": "dyna-table",
  "version": "0.5.2",
  "description": "Dynamic table storage engine",
  "main": "index.js",
  "bin": {
    "//": "This is all I need for now",
    "dyna-table": "bin/run"
  },
  "scripts": {
    "test": "echo tests need to be run from the root && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "amqplib": "^0.4.1",
    "bcrypt": "^0.8.5",
    "bluebird": "^3.3.3",
    "body-parser": "^1.15.0",
    "cookie-parser": "^1.4.1",
    "expressed": "^0.5.2",
    "helmet": "^1.3.0",
    "hogan.js": "^3.0.2",
    "knex": "0.10.0",
    "lru-cache": "^4.0.1",
    "nodemailer": "^2.3.0",
    "procnet": "^1.0.3",
    "ramda": "^0.19.1",
    "request": "^2.71.0",
    "source-map-support": "^0.4.0",
    "uuid": "^2.0.1",
    "winston": "^2.2.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-as-promised": "^5.2.0",
    "jscs": "^2.11.0",
    "jshint": "^2.9.1",
    "pg": "^4.5.1",
    "smtp-server": "^1.9.0",
    "supertest": "^1.2.0"
  }
}
