{
  "name": "precis-base",
  "version": "0.0.3",
  "description": "Precis Base is the base server setup for all services",
  "main": "server.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha test",
    "dev": "nodemon server",
    "postinstall": "./node_modules/.bin/bower install"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:precis-logging/base.git"
  },
  "keywords": [
    "Log",
    "base"
  ],
  "author": "Jeremy Darling <Jeremy.Darling@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/precis-logging/base/issues"
  },
  "homepage": "https://github.com/precis-logging/base",
  "dependencies": {
    "async": "^2.0.1",
    "babel-core": "^5.8.34",
    "bower": "^1.5.2",
    "hapi": "^9.3.1",
    "hapi-swagger": "^2.0.0",
    "inert": "^3.0.1",
    "joi": "^6.7.1",
    "lambda-30": "0.0.5",
    "locks": "^0.2.2",
    "mocha": "^2.3.2",
    "mongodb": "^2.2.10",
    "npm": "^2.14.4",
    "precis-utils": "0.0.1",
    "sift": "^1.1.1",
    "socket.io": "^1.3.6",
    "socket.io-client": "^1.3.6",
    "vision": "^3.0.0",
    "wreck": "^6.2.0"
  }
}
