26 lines
486 B
JSON
26 lines
486 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": "^1.0.2",
|
|
"express": "~4.16.1",
|
|
"linux-user": "github:wmantly/linux-user",
|
|
"redis": "^2.8.0"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.theta42.com/wmantly/proxy.git"
|
|
}
|
|
}
|