{
  "name": "hubot-graphme",
  "description": "Add /graph me support for graphite to hubot",
  "version": "0.2.0",
  "author": "Rick Bradley <rick@rickbradley.com>",
  "license": "MIT",

  "keywords": [
    "hubot",
    "hubot-scripts",
    "graphite",
    "graph"
  ],

  "scripts": {
    "test": "cake test"
  },

  "repository": {
    "type": "git",
    "url": "git://github.com/rick/hubot-graphme.git"
  },

  "bugs": {
    "url": "https://github.com/rick/hubot-graphme/issues"
  },

  "dependencies": {
    "coffee-script": "~1.6.3",
    "knox": "~0",
    "request": "~2"
  },

  "devDependencies": {
    "mocha": "~2",
    "chai": ">=1.9.2 <3",
    "hubot-test-helper": "0.0.7",
    "nock": "~2"
  },

  "main": "index.coffee"
}
