{
  "name": "geddy",
  "description": "Web framework for Node.js",
  "keywords": [
    "Web",
    "framework",
    "REST",
    "MVC",
    "realtime"
  ],
  "version": "14.0.1",
  "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)",
  "license": "Apache 2.0",
  "dependencies": {
    "barista": "0.2.x",
    "chalk": "^0.4.0",
    "is-promise": "^2.0.0",
    "jake": "^8.0.16",
    "mime": "1.2.x",
    "model": "6.0.x",
    "tlsopts": "0.0.1",
    "utilities": "1.0.x"
  },
  "bin": {
    "geddy": "./bin/cli.js"
  },
  "scripts": {
    "test": "jake test --trace"
  },
  "main": "./lib/geddy",
  "repository": {
    "type": "git",
    "url": "git://github.com/geddy/geddy.git"
  },
  "preferGlobal": true,
  "devDependencies": {
    "browserify": "1.16.x",
    "socket.io-client": "1.0.x",
    "handlebars": "latest",
    "jade": "latest",
    "ejs": "latest",
    "request": "latest"
  },
  "engines": {
    "node": "*"
  }
}
