{
   "name":"pulsar",
   "description":"Events/PubSub via WebSockets",
   "version":"0.2.0",
   "homepage":"http://github.com/wearefractal/pulsar",
   "repository":"git://github.com/wearefractal/pulsar.git",
   "author":"Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
   "main":"./index.js",

   "dependencies":{
      "coffee-script":"*",
      "protosock":"*"
   },
   "devDependencies":{
      "mocha":"*",
      "should":"*",
      "connect":"*",
      "uglify-js":"*"
   },
   "scripts":{
      "test":"mocha --compilers coffee:coffee-script --ignore-leaks --reporter spec"
   },
   "engines":{
      "node":">= 0.6"
   },
   "licenses":[
      {
         "type":"MIT",
         "url":"http://github.com/wearefractal/pulsar/raw/master/LICENSE"
      }
   ]
}
