UNPKG

967 BJSONView Raw
1{
2 "name": "node-notifier",
3 "version": "4.3.1",
4 "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
5 "main": "index.js",
6 "directories": {
7 "example": "example"
8 },
9 "scripts": {
10 "test": "./node_modules/.bin/mocha -R spec"
11 },
12 "repository": "git@github.com:mikaelbr/node-notifier.git",
13 "keywords": [
14 "notification center",
15 "mac os x 10.8",
16 "notify",
17 "terminal-notifier",
18 "notify-send",
19 "growl",
20 "windows 8 notification",
21 "toaster",
22 "notification"
23 ],
24 "author": "Mikael Brevik",
25 "license": "MIT",
26 "devDependencies": {
27 "mocha": "^1.21.4",
28 "should": "^4.0.4"
29 },
30 "dependencies": {
31 "cli-usage": "^0.1.1",
32 "growly": "^1.2.0",
33 "lodash.clonedeep": "^3.0.0",
34 "minimist": "^1.1.1",
35 "semver": "^4.0.3",
36 "shellwords": "^0.1.0",
37 "which": "^1.0.5"
38 },
39 "bin": {
40 "notify": "./bin.js"
41 }
42}