mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
20 lines
392 B
JSON
20 lines
392 B
JSON
{
|
|
"name": "nylas-api",
|
|
"version": "0.0.1",
|
|
"description": "Nylas API",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"author": "Nylas",
|
|
"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",
|
|
"nylas-core": "0.x.x",
|
|
"nylas-sync": "0.x.x",
|
|
"vision": "4.1.0"
|
|
}
|
|
}
|