{
  "name": "wmjs",
  "description": "[WIP] Tiling X window manager in Node",
  "version": "0.9.1",
  "author": {
    "email": "zac@zacanger.com",
    "name": "Zac Anger",
    "url": "http://zacanger.com"
  },
  "license": "MIT",
  "main": "index.js",
  "bin": "./index.js",
  "scripts": {
    "preversion": "sortpack && npm run test",
    "start": "node index",
    "test": "npm run test:lint",
    "test:lint": "standard"
  },
  "homepage": "https://github.com/zacanger/wmjs#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/zacanger/wmjs.git"
  },
  "bugs": "https://github.com/zacanger/wmjs/issues",
  "keywords": [
    "manager",
    "window",
    "window-manager",
    "wm",
    "x",
    "x11"
  ],
  "dependencies": {
    "get-term": "2.1.0",
    "is-program-installed": "2.3.4",
    "keysym": "0.0.6",
    "x11": "2.3.0",
    "zeelib": "11.2.0"
  },
  "devDependencies": {
    "sortpack": "2.3.0",
    "standard": "17.0.0"
  },
  "engines": {
    "node": ">=16.0.0"
  }
}
