vpn.email
Version:
vpn.email client
50 lines (49 loc) • 1.03 kB
JSON
{
"name": "vpn.email",
"version": "0.0.26",
"description": "vpn.email client",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "VPN.EMAIL<info@vpn.email>",
"license": "ISC",
"dependencies": {
"async": "^2.1.2",
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"imap": "^0.8.18",
"is-online": "^5.1.2",
"osenv": "^0.1.3",
"path": "^0.12.7",
"pem": "^1.8.3",
"serve-favicon": "^2.3.0",
"shortid": "^2.2.6",
"socket.io": "^1.5.0"
},
"bugs": {
"url": "https://github.com/vpnemail/vpn.email/issues"
},
"homepage": "https://vpn.email/",
"keywords": [
"imap",
"mail",
"email",
"vpn.email",
"client",
"vpn",
"proxy"
],
"maintainers": [
{
"name": "info",
"email": "info@vpn.email"
}
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vpnemail/vpn.email.git"
}
}