-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 823 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "pushover-desktop-client"
, "version": "1.2.1"
, "description": "Pushover client that displays notifications on the desktop"
, "keywords": [ "pushover", "desktop", "notification", "notify"]
, "author": {
"name": "Nate Brown"
, "email": "[email protected]"
}
, "repository": "git://github.com/nbrownus/pushover-desktop-client"
, "bin": {
"pushover-desktop-client": "./bin/pushover-desktop-client"
}
, "license": "MIT"
, "engines": {
"node": ">=0.8.0"
}
, "scripts": {
"test": "make test"
}
, "dependencies": {
"ws": "0.4.31"
, "node-notifier": "3.0.6"
, "mkdirp": "0.5.0"
, "xdg": "0.1.1"
}
, "devDependencies": {
"ppunit": "1.0.0"
, "should": "4.0.4"
, "istanbul": "0.3.0"
}
}