{
  "name": "restr",
  "version": "0.0.4",
  "description": "A tiny library for writing RESTfull applications",
  "main": "lib/index.js",
  "bin": {
    "restr": "bin/restr.js"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OrionGroup/node-restr.git"
  },
  "keywords": [
    "rest",
    "service",
    "restfull",
    "api",
    "generator",
    "cli"
  ],
  "author": "Sam Vervaeck",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/OrionGroup/restr/issues"
  },
  "homepage": "https://github.com/OrionGroup/restr#readme",
  "dependencies": {
    "chalk": "^1.1.3",
    "chokidar": "^1.6.1",
    "express": "^4.14.0",
    "is-promise": "^2.1.0",
    "lodash": "^4.17.2",
    "minimist": "^1.2.0"
  }
}
