{
    "name": "couple"
  , "version": "0.1.1"
  , "description": "Couple is an event based collaboration of NodeJS, Express, Socket.IO, Jade and Stylus"
  , "homepage": "http://www.blangdon.com/"
  , "keywords": [
        "couple"
      , "express"
      , "socket.io"
      , "jade"
      , "stylus"
      , "web"
      , "server"
  ]
  , "author": "Brett Langdon <brett@blangdon.com>"
  , "contributors": [
      { "name": "Brett Langdon", "email": "brett@blangdon.com" }
    ]
  , "licenses": [
      {
          "type": "OSL-3.0"
        , "url": "http://www.opensource.org/licenses/OSL-3.0"
      }
    ]
  , "repository":{
        "type": "hg"
      , "url": "https://bitbucket.org/brett_langdon/couple"
    }
  , "dependencies": {
        "socket.io": ">=0.9.5"
      , "express": ">=2.0.0"
	  , "stylus": ">=0.25.0"
	  , "jade": ">=0.24.0"
	  , "connect": ">=2.1.2"
	  , "optimist": ">=0.3.1"
	  , "eventemitter2": ">=0.4.9"
      , "nib": ">=0.4.1"
    }
  , "main": "./lib/index.js"
  , "engines": { "node": ">= 0.6.0" }
}
