-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 790 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 790 Bytes
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
{
"name": "node-xcs",
"version": "0.1.8",
"description": "NodeJS implementation of Google's XMPP Connection Server",
"main": "index.js",
"author": "guness",
"keywords": [
"fcm",
"firebase",
"gcm",
"xmpp",
"ccs",
"xcs",
"c2dm",
"upstream",
"downstream",
"nodejs",
"message",
"notification",
"google"
],
"license": "BSD-3-Clause",
"homepage": "https://github.com/guness/node-xcs",
"bugs": {
"url": "https://github.com/guness/node-xcs/issues"
},
"dependencies": {
"@xmpp/client": "^0.13.1",
"@xmpp/debug": "^0.13.0"
},
"devDependencies": {
"mocha": "^10.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/guness/node-xcs.git"
},
"scripts": {
"test": "mocha"
}
}