node-xcs
Version:
NodeJS implementation of Google's XMPP Connection Server
42 lines (41 loc) • 790 B
JSON
{
"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"
}
}