{
  "name": "yolo-server",
  "version": "0.2.0",
  "author": "Sebastian Otto <sebastian@heythere.de>",
  "description": "Webframework that powers Heythere",
  "repository": {
    "type": "git",
    "url": "https://github.com/heythere-project/yolo.git"
  },
  "dependencies": {
    "underscore": "*",
    "hiredis": "*",
    "redis": "*",
    "connect": "2.9.2",
    "express": "3.4.8",
    "optimist": "*",
    "backbone": "*",
    "backbone-validation": "0.7.1",
    "ejs": "*",
    "consolidate": "*",
    "ejs-locals": "~1.0.2",
    "express-partials": "*",
    "connect-redis": "~1.4.5",
    "cradle": "~0.6.4",
    "gaze": "~0.3.3",
    "async": "*"
  },
  "engines": {
    "node": ">=0.8"
  },
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "devDependencies": {
    "yolo-cli": "*"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "web",
    "framework",
    "REST",
    "MVC",
    "couchdb"
  ],
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/heythere-project/yolo/issues"
  },
  "homepage": "https://github.com/heythere-project/yolo"
}
