vpn-p2p/package.json

27 lines
542 B
JSON

{
"name": "proxy-api",
"version": "1.0.0",
"private": true,
"author": [
{
"name": "William Mantly",
"email": "wmantly@gmail.com"
}
],
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"authenticate-pam": "github:WeiAnAn/node-authenticate-pam",
"express": "~4.16.1",
"forever": "^0.15.3",
"linux-user": "github:wmantly/linux-user",
"redis": "^2.8.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.theta42.com/wmantly/proxy.git"
}
}