1
0
Fork 0

package.json

This commit is contained in:
Ruben Meyer 2019-06-01 22:05:13 +02:00
parent a9ba42af29
commit e972dadb01
2 changed files with 1645 additions and 0 deletions

1627
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

18
package.json Normal file
View File

@ -0,0 +1,18 @@
{
"name": "auth.rxbn.de",
"version": "1.0.0",
"description": "single sign-on solution",
"main": "app.js",
"author": "rxbn_",
"license": "",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"express": "^4.17.1",
"express-session": "^1.16.1",
"mongoose": "^5.5.12",
"pug": "^2.0.3",
"request": "^2.88.0",
"vorpal": "^1.12.0"
}
}