UNPKG

node-notifier-cli

Version:
49 lines (48 loc) 1.14 kB
{ "name": "node-notifier-cli", "version": "2.0.0", "description": "CLI API for node-notifier", "main": "bin.js", "bin": { "notify": "bin.js" }, "scripts": { "lint": "eslint bin.js" }, "keywords": [ "cli", "notification center", "mac os x 10.8", "notify", "terminal-notifier", "notify-send", "growl", "windows 8 notification", "toaster", "notification" ], "author": "Mikael Brevik", "license": "MIT", "devDependencies": { "eslint": "^6.8.0", "eslint-config-semistandard": "^15.0.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1" }, "dependencies": { "cli-usage": "^0.1.10", "minimist": "^1.2.5", "node-notifier": "^8.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/mikaelbr/node-notifier-cli.git" }, "bugs": { "url": "https://github.com/mikaelbr/node-notifier-cli/issues" }, "homepage": "https://github.com/mikaelbr/node-notifier-cli#readme" }