{
  "name": "hubot-bamboozle",
  "version": "0.0.6",
  "description": "Hubot script to pull the Bamboozle Cafe specials",
  "main": "index.coffee",
  "scripts": {
    "test": "mocha -R spec --compilers coffee:coffee-script test/bamboozle.coffee"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:jessecurry/hubot-bamboozle.git"
  },
  "keywords": [
    "bamboozle",
    "hubot",
    "lunch",
    "food",
    "vietnamese"
  ],
  "dependencies": {
    "cheerio": "^0.18.0",
    "coffee-script": "~1.6"
  },
  "devDependencies": {
    "chai": "^1.9.2",
    "mocha": "*",
    "sinon": "*",
    "sinon-chai": "*"
  },
  "author": "jessecurry",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jessecurry/hubot-bamboozle/issues"
  },
  "homepage": "https://github.com/jessecurry/hubot-bamboozle"
}
