removed packages

This commit is contained in:
2018-02-14 12:25:36 -05:00
parent af07261f39
commit c7f2926c5a
7 changed files with 24 additions and 773 deletions

View File

@ -1,16 +1,25 @@
{
"name": "proxy-api",
"version": "0.0.0",
"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",
"bcrypt": "^1.0.3",
"express": "~4.16.1",
"linux-user": "github:wmantly/linux-user",
"pubsub-js": "^1.6.0",
"redis": "^2.8.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://git.theta42.com/wmantly/proxy.git"
}
}