{
  "name": "orangebox",
  "version": "0.4.1",
  "description": "Lightweight Node.js web application framework on clusters with file server",
  "homepage": "https://github.com/mirrr/orangebox",
  "author": {
    "name": "Oleksiy Chechel",
    "email": "alex.mirrr@gmail.com"
  },
  "contributors": [
    {
      "name": "Oleksiy Chechel",
      "email": "alex.mirrr@gmail.com"
    }
  ],
  "engines": {
    "node": ">= 0.10",
    "iojs": ">= 1.0"
  },
  "dependencies": {
    "async": "1.5.2",
    "cookie-parser": "1.4.1",
    "cookies": "0.5.1",
    "forwarded-for": "*",
    "keygrip": "1.0.1",
    "methods": "*",
    "microtime-nodejs": "1.0.0",
    "mime-types": "*",
    "node-static": "0.7.7",
    "path-to-regexp": "1.0.1",
    "swig": "1.4.2",
    "multiparty": "4.1.2"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "keywords": [
    "orangebox",
    "express",
    "http",
    "web",
    "server",
    "framework",
    "connect",
    "router",
    "app",
    "api"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mirrr/orangebox.git"
  },
  "bugs": {
    "url": "https://github.com/mirrr/orangebox/issues"
  },
  "readmeFilename": "README.md"
}
