{
 "name": "autobahnjs",
 "version": "0.4.9",
 "author": {
  "name": "Gilles Coomans",
  "email": "gilles.coomans@gmail.com"
 },
 "description": "nodejs/expressjs/deepjs related tools and middlewares",
 "contributors": [
  {
   "name": "Philippe Delabye",
   "email": "phil@chemicalrules.net"
  }
 ],
 "keywords": [
  "util",
  "promise",
  "asynch",
  "AOP",
  "query",
  "composition",
  "restful",
  "OCM"
 ],
 "licenses": [
  {
   "type": "LGPLv3.0",
   "url": "http://www.gnu.org/licenses/lgpl-3.0.txt"
  }
 ],
 "repository": {
  "type": "git",
  "url": "https://github.com/deepjs/autobahn.git"
 },
 "dependencies": {
  "amdefine": "*",
  "send": "0.9.1",
  "escape-html": "1.0.1",
  "parseurl": "1.3.0",
  "cheerio": "0.13.1",
  "deepjs": ">=0.13.1",
  "deep-routes": ">=0.3.4",
  "deep-restful": ">=0.2.1"
 },
 "main": "./index.js",
 "engines": {
  "node": ">=0.10.0"
 }
}