mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
15 lines
255 B
JSON
15 lines
255 B
JSON
{
|
|
"name": "duo-api",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "duo_api.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"express": "^4.16.4"
|
|
}
|
|
}
|