pppoverxmpp
Version:
Provides PPP over XMPP
32 lines (31 loc) • 659 B
JSON
{
"name": "pppoverxmpp",
"version": "1.1.1",
"description": "Provides PPP over XMPP ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lailune/PPPoverXMPP.git"
},
"keywords": [
"xmpp",
"vpn",
"ppp",
"tun",
"tap",
"jabber"
],
"author": "Andrey Nedobylsky",
"license": "ISC",
"bugs": {
"url": "https://github.com/lailune/PPPoverXMPP/issues"
},
"homepage": "https://github.com/lailune/PPPoverXMPP#readme",
"dependencies": {
"node-tuntap": "^1.0.5",
"xmpp-client": "0.0.1"
}
}