mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 21:57:55 +08:00
20 lines
377 B
JSON
20 lines
377 B
JSON
|
{
|
||
|
"name": "api",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"hapi": "^13.4.1",
|
||
|
"hapi-auth-basic": "^4.2.0",
|
||
|
"hapi-swagger": "^6.1.0",
|
||
|
"inert": "^4.0.0",
|
||
|
"joi": "^8.4.2",
|
||
|
"vision": "^4.1.0"
|
||
|
}
|
||
|
}
|