{
  "name": "hubot-usernowplaying",
  "description": "A hubot script to show what users are listening to.",
  "version": "1.2.0",
  "author": "Kevin <Kevin@stealsyour.pw>",
  "license": "MIT",
  "keywords": [
    "hubot",
    "hubot-scripts",
    "nowplaying"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/thatarchguy/hubot-usernowplaying.git"
  },
  "bugs": {
    "url": "https://github.com/thatarchguy/hubot-usernowplaying/issues"
  },
  "dependencies": {
    "coffee-script": ">=1.6"
  },
  "devDependencies": {
    "supertest": "*",
    "hubot": "*",
    "hubot-mock-adapter": "*",
    "mocha": "*",
    "chai": "*",
    "sinon-chai": "*",
    "sinon": "*",
    "grunt-mocha-test": "*",
    "grunt-release": "*",
    "matchdep": "*",
    "grunt-contrib-watch": "*",
    "grunt-coffeelint": "*",
    "mocha-lcov-reporter": "*",
    "blanket": "*",
    "coveralls": "*",
    "grunt-coveralls": "*"
  },
  "main": "index.coffee",
  "scripts": {
    "test": "grunt test"
  }
}
