{
  "name": "mediakeys",
  "version": "0.2.0",
  "description": "Cross-platform library to listen for media keys (play/next/back).",
  "main": "index.js",
  "bin": {
    "mediakeys": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tcr/mediakeys.git"
  },
  "author": "Tim Cameron Ryan <tim@timryan.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tcr/mediakeys/issues"
  },
  "homepage": "https://github.com/tcr/mediakeys",
  "dependencies": {
    "bindings": "~1.2.0",
    "newline-json": "0.0.4"
  }
}
