{
  "name": "hubot-seinfeld",
  "description": "Create Seinfeld logos of your text with hubot.",
  "version": "1.0.2",
  "author": "antn <anton@antn.me>",
  "license": "MIT",

  "keywords": ["seinfeld"],

  "repository": {
    "type": "git",
    "url": "git://github.com/antn/hubot-seinfeld.git"
  },

  "bugs": {
    "url": "https://github.com/antn/hubot-seinfeld/issues"
  },

  "dependencies": {
    "coffee-script": "~1.6"
  },

  "devDependencies": {
    "mocha": "*",
    "chai": "*",
    "sinon-chai": "*",
    "sinon": "*",
    "grunt-mocha-test": "~0.7.0",
    "grunt-release": "~0.6.0",
    "matchdep": "~0.1.2",
    "grunt-contrib-watch": "~0.5.3"
  },

  "main": "index.coffee",

  "scripts": {
    "test": "grunt test"
  }
}
