{
  "name": "notify-bridge",
  "description": "JSON-RPC notification bridge",
  "version": "0.1.1",
  "homepage": "https://github.com/xat/notify-bridge",
  "author": {
    "name": "Simon Kusterer",
    "email": "simon@soped.com",
    "url": "http://soped.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/xat/notify-bridge.git"
  },
  "bugs": {
    "url": "https://github.com/xat/notify-bridge/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/xat/notify-bridge/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/notify-bridge",
  "bin": "bin/notify-bridge",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "~0.3.12"
  },
  "dependencies": {
    "commander": "~1.1.0",
    "notify-bridge-http": ">= 0.2.1",
    "notify-bridge-socketio": ">= 0.1.0"
  },
  "keywords": []
}