{
  "name": "i3-cycle-focus",
  "version": "0.1.4",
  "description": "Simulates an alt-tab operation for the i3 window manager. Shifts the mouse cursor position to the center of focus. Cycles visible windows only.",
  "engines": {
    "node": ">=8.3.0"
  },
  "main": "index.js",
  "bin": {
    "i3-cycle-focus": "./index.js"
  },
  "preferGlobal": true,
  "scripts": {
    "test": "jest --env=node --verbose",
    "prepare": "npm run-script build && npm test",
    "build": "sh scripts/build.sh",
    "build-jsdoc": "jsdoc . -c .jsdoc.conf.json --readme README.md -d docs/jsdoc"
  },
  "keywords": [
    "i3",
    "window",
    "manager",
    "alt-tab",
    "mouse",
    "xdotool"
  ],
  "author": "Justin Collier",
  "repository": "github:jpcx/i3-cycle-focus",
  "bugs": {
    "url": "https://github.com/jpcx/i3-cycle-focus/issues",
    "email": "jpcxme@gmail.com"
  },
  "license": "MIT",
  "dependencies": {
    "deep-props": "^0.3.3",
    "i3": "^0.2.1"
  },
  "devDependencies": {
    "jest": "^23.4.2",
    "jsdoc": "^3.5.5",
    "standard": "^11.0.1",
    "turndown": "^4.0.2",
    "turndown-plugin-gfm": "^1.0.2"
  },
  "standard": {
    "ignore": [
      "test/**/*.test.js"
    ]
  }
}
