-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
64 lines (64 loc) · 1.92 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "nl.tonversteeg.pushover",
"version": "0.0.13",
"description": "Pushover notifications for Athom Homey",
"main": "app.js",
"dependencies": {
"ajv": "^5.1.0",
"asn1": "^0.2.3",
"assert-plus": "^1.0.0",
"asynckit": "^0.4.0",
"aws-sign2": "^0.7.0",
"aws4": "^1.6.0",
"bcrypt-pbkdf": "^1.0.1",
"boom": "^4.3.1",
"caseless": "^0.12.0",
"co": "^4.6.0",
"combined-stream": "^1.0.6",
"core-util-is": "^1.0.2",
"cryptiles": "^3.1.2",
"dashdash": "^1.14.1",
"delayed-stream": "^1.0.0",
"ecc-jsbn": "^0.1.1",
"extend": "^3.0.1",
"extsprintf": "^1.3.0",
"fast-deep-equal": "^1.0.0",
"fast-json-stable-stringify": "^2.0.0",
"forever-agent": "^0.6.1",
"form-data": "^2.3.1",
"getpass": "^0.1.7",
"har-schema": "^2.0.0",
"har-validator": "^5.0.3",
"hawk": "^6.0.2",
"hoek": "^4.2.1",
"http-signature": "^1.2.0",
"http.min": "^1.2.4",
"is-typedarray": "^",
"isstream": "^0.1.2",
"jsbn": "^1.0.0",
"json-schema": "^0.2.3",
"json-schema-traverse": "^0.3.1",
"json-stringify-safe": "^5.0.1",
"jsprim": "^1.4.1",
"mime-db": "^1.33.0",
"mime-types": "^2.1.18",
"minimist": "^1.2.0",
"oauth-sign": "^0.8.2",
"performance-now": "^2.1.0",
"punycode": "^1.4.1",
"pushover-notification-client": "^0.0.6",
"qs": "^6.5.1",
"request": "^2.83.0",
"safe-buffer": "^5.1.1",
"sntp": "^2.1.0",
"sshpk": "^1.13.1",
"stringstream": "^0.0.5",
"tough-cookie": "^2.3.3",
"tunnel-agent": "^0.6.0",
"tweetnacl": "^0.14.5",
"uuid": "^3.2.1",
"verror": "^1.10.0"
},
"author": "Ton Versteeg <[email protected]>",
"license": "MIT"
}