UNPKG

budgie-launcher-super

Version:

A simple script to switch tasks using `super + 1` number keys, the same feature exists with other desktops like windows and unity, this adds it to budgie desktop.

42 lines (41 loc) 1.19 kB
{ "name": "budgie-launcher-super", "version": "1.1.11", "description": "A simple script to switch tasks using `super + 1` number keys, the same feature exists with other desktops like windows and unity, this adds it to budgie desktop.", "main": "index.js", "bin": { "budgie-launcher-super": "bin/budgie-launcher-super.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Lee182/budgie-launcher-super.git" }, "keywords": [ "budgie", "launcher" ], "author": "Jonathan T L Lee", "license": "ISC", "bugs": { "url": "https://github.com/Lee182/budgie-launcher-super/issues" }, "homepage": "https://github.com/Lee182/budgie-launcher-super#readme", "dependencies": { "awaity": "^1.0.0", "fs-extra": "^7.0.0", "ps": "^1.0.0", "shell-exec": "^1.0.2" }, "devDependencies": { "eslint": "^5.6.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-json": "^1.2.1", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0" } }