1 | {
|
2 | "name": "node-notifier",
|
3 | "version": "3.0.0",
|
4 | "description": "A Node.js module for sending notifications on mac, windows and linux",
|
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 | ],
|
21 | "author": "Mikael Brevik",
|
22 | "license": "MIT",
|
23 | "devDependencies": {
|
24 | "mocha": "~1.7.4",
|
25 | "should": "~1.2.1"
|
26 | },
|
27 | "dependencies": {
|
28 | "which": "~1.0.5",
|
29 | "growler": "0.0.1",
|
30 | "shellwords": "^0.1.0"
|
31 | }
|
32 | } |
\ | No newline at end of file |