{
    "name": "bot"
  , "preferGlobal": "true"
  , "version": "0.0.3"
  , "description": "Feeling lonely? You personal bot is here."
  , "keywords": ["bot", "chat bot"]
  , "author": "Veselin Todorov <hi@vesln.com>"
  , "dependencies": {
      "colors": "0.6.0-1"
  }
  , "devDependencies": {
      "mocha": "*"
    , "chai": "*"
  }
  , "repository" : {
      "type" : "git"
    , "url" : "http://github.com/vesln/bot.git"
  }
  , "homepage": "http://github.com/vesln/bot"
  , "scripts": {
      "test": "make test"
  }
  , "bin": {
      "bot": "./bin/bot"
  }
  , "main": "./lib/index"
  , "engines": {
      "node": ">= 0.6.0"
  }
}
