mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 20:44:30 +08:00
21 lines
432 B
JSON
21 lines
432 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",
|
|
"rxjs": "5.0.0-beta.9",
|
|
"underscore": "1.x.x",
|
|
"vision": "^4.1.0"
|
|
}
|
|
}
|