{
  "name": "exclusive-keyboard",
  "version": "0.1.1",
  "description": "Keylogger for NodeJS and Linux that grabs the input device exclusively",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "keylogger",
    "linux",
    "EVIOCGRAB"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pfirpfel/node-exclusive-keyboard.git"
  },
  "author": "Michael Kuenzli <michaelkuenzli@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pfirpfel/node-exclusive-keyboard/issues"
  },
  "homepage": "https://github.com/pfirpfel/node-exclusive-keyboard#readme",
  "dependencies": {
    "arch": "^2.1.1",
    "bindings": "^1.5.0",
    "nan": "^2.14.0"
  }
}
