feat: initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "auth0-mock-server",
|
||||
"version": "1.0.0",
|
||||
"description": "Helps us to develop locally with seeded data and keep the flow of auth0.",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node ./app.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"base64-url": "^2.2.1",
|
||||
"body-parser": "^1.17.1",
|
||||
"buffer": "^5.2.1",
|
||||
"cors": "^2.8.3",
|
||||
"debug": "^2.6.6",
|
||||
"express": "^4.15.2",
|
||||
"https-localhost": "^4.1.1",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"node-forge": "^0.8.4",
|
||||
"node-rsa": "^1.0.5",
|
||||
"serve-favicon": "^2.4.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user