{
  "name": "oars",
  "version": "0.1.2",
  "description": "Making node-restify more easy to use, inspired by Sailsjs.",
  "main": "./lib/index.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Evilcome/oars.git"
  },
  "keywords": [
    "oars",
    "sails",
    "restify",
    "express",
    "global",
    "multi-version"
  ],
  "author": "Evilcome",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Evilcome/oars/issues"
  },
  "homepage": "https://github.com/Evilcome/oars",
  "dependencies": {
    "async": "^0.9.0",
    "captains-log": "^0.11.11",
    "dotenv": "^1.1.0",
    "lodash": "^3.6.0",
    "restify": "^3.0.1",
    "sails-build-dictionary": "^0.10.1"
  },
  "devDependencies": {
    "mocha": "^2.2.1"
  }
}
