2016-06-23 05:41:32 +08:00
|
|
|
{
|
|
|
|
"name": "nylas-api",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Nylas API",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node app.js"
|
|
|
|
},
|
|
|
|
"author": "Nylas",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2016-06-25 07:46:38 +08:00
|
|
|
"googleapis": "^9.0.0",
|
2016-06-23 05:41:32 +08:00
|
|
|
"hapi": "13.4.1",
|
|
|
|
"hapi-auth-basic": "4.2.0",
|
|
|
|
"hapi-swagger": "6.1.0",
|
2016-06-26 16:44:39 +08:00
|
|
|
"hapi-boom-decorators": "1.1.3",
|
2016-06-23 05:41:32 +08:00
|
|
|
"inert": "4.0.0",
|
|
|
|
"joi": "8.4.2",
|
|
|
|
"nylas-core": "0.x.x",
|
2016-06-24 06:46:52 +08:00
|
|
|
"nylas-sync": "0.x.x",
|
2016-06-23 05:41:32 +08:00
|
|
|
"vision": "4.1.0"
|
|
|
|
}
|
|
|
|
}
|