{
  "author": "Chris Mytton <self@hecticjeff.net> (http://hecticjeff.net)",
  "name": "bots",
  "description": "Build robust networks of bots that can react to events",
  "keywords": [
    "bot",
    "xmpp",
    "campfire"
  ],
  "homepage": "https://github.com/hecticjeff/bots",
  "version": "0.0.7",
  "repository": {
    "type": "git",
    "url": "git://github.com/hecticjeff/bots.git"
  },
  "main": "./lib",
  "bin": "./bin/bots",
  "man": "./man/bots.1",
  "engines": {
    "node": ">= 0.4.0"
  },
  "dependencies": {
    "node-xmpp": "0.3.1",
    "ranger": "0.1.0",
    "request": "2.9.150"
  },
  "devDependencies": {
    "coffee-script": "1.2.0",
    "nodeunit": "0.7.3",
    "ronn": "0.3.8"
  },
  "scripts": {
    "test": "cake test",
    "doc": "ronn -r < doc/bots.md > man/bots.1"
  }
}
