{ "name"         : "campfire",
  "version"      : "0.2.2",
  "description"  : "Use node.js to interact with Campfire.",
  "keywords"     : ["chat", "campfire", "CF"],
  "homepage"     : "https://github.com/tristandunn/node-campfire",
  "author"       : "Tristan Dunn <hello@tristandunn.com> (http://tristandunn.com)",
  "contributors" : [
    "Aaron Quint <aaron@quirkey.com> (http://www.quirkey.com)",
    "Brian Donovan (http://brian-donovan.com)",
    "Esad Hajdarevic <esad@esse.at>",
    "Jon Ursenbach <jon@ursenba.ch> (http://jon.ursenba.ch)",
    "Johan Sundström <oyasumi@gmail.com> (http://ecmanaut.blogspot.com)",
    "David Bushong <david@bushong.net> (http://bushong.net/dave/)"
  ],
  "repository" : {
    "type" : "git",
    "url"  : "http://github.com/tristandunn/node-campfire.git"
  },
  "bugs" : {
    "url"  : "https://github.com/tristandunn/node-campfire/issues",
    "mail" : "hello@tristandunn.com"
  },
  "main"     : "./lib/campfire",
  "licenses" : [
    { "type" : "MIT",
      "url"  : "https://github.com/tristandunn/node-campfire/blob/master/LICENSE"
    }
  ]
}
