mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"name": "nylas-api",
|
|
"version": "0.0.1",
|
|
"description": "Nylas API",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"author": "Nylas",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"googleapis": "9.0.0",
|
|
"hapi": "13.4.1",
|
|
"hapi-auth-basic": "4.2.0",
|
|
"hapi-boom-decorators": "1.1.3",
|
|
"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"
|
|
}
|
|
}
|