{
  "name": "connect",
  "description": "High performance middleware",
  "version": "0.2.1",
  "contributors": [ 
    { "name": "Tim Caswell", "email": "tim@sencha.com" },
    { "name": "TJ Holowaychuk", "email": "tj@sencha.com" }
  ],
  "bin": {
    "connect": "./bin/connect"  
  },
  "directories": {
    "lib": "./lib/connect"
  },
  "scripts": {
    "activate": "make install-docs",
    "test": "make test",
    "deactivate": "make uninstall"
  },
  "engines": { "node": ">= 0.1.98" }
}