{
  "name": "feeds",
  "version": "0.0.3",
  "description": "Expose paginated feeds of anything as websocket, webhook or event emitter.",
  "main": "index.js",
  "scripts": {
    "test": "mocha --compilers coffee:coffee-script/register test/*.spec.coffee"
  },
  "author": {
    "name": "Jesse the Game",
    "email": "jesse@jessethegame.net",
    "url": "http://jessethegame.net"
  },
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.7.0",
    "coffee-script": "^1.8.0",
    "promise": "^5.0.0",
    "then-redis": "^0.3.12",
    "uuid": "^1.4.1"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "chai-as-promised": "^4.1.1",
    "install": "^0.1.7",
    "mocha": "^1.21.4",
    "nock": "^0.46.0"
  }
}
