{
  "name": "piper",
  "description": "Amazing Event Handling and Routing using Eve",
  "author": "Damon Oehlman <damon.oehlman@gmail.com>",
  "keywords": [
    "eve",
    "pubsub"
  ],
  "version": "0.4.1",
  "dependencies": {
    "eve": "~0.4"
  },
  "devDependencies": {
    "chai": "^1",
    "expect.js": "~0.3",
    "mocha": "^1",
    "redis": "~0.10"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/DamonOehlman/piper.git"
  },
  "bugs": {
    "url": "http://github.com/DamonOehlman/piper/issues"
  },
  "scripts": {
    "gendocs": "gendocs > README.md",
    "test": "mocha --reporter spec"
  },
  "homepage": "https://github.com/DamonOehlman/piper",
  "main": "index.js",
  "directories": {
    "doc": "docs",
    "example": "examples",
    "test": "test"
  },
  "license": "MIT"
}