frist pass

This commit is contained in:
2018-02-13 19:58:47 -05:00
parent 45b0efaaec
commit b067b65a45
13 changed files with 1620 additions and 0 deletions

16
package.json Normal file
View File

@ -0,0 +1,16 @@
{
"name": "proxy-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"authenticate-pam": "^1.0.2",
"bcrypt": "^1.0.3",
"express": "~4.16.1",
"linux-user": "github:wmantly/linux-user",
"pubsub-js": "^1.6.0",
"redis": "^2.8.0"
}
}