Mailspring/packages/nylas-api/package.json
Juan Tejada b58c11605c Moves metrics into its own pkg to be able to instrument other services
- With the Metrics module inside nylas-core, and bc of our current lerna
setup, we required other modules like sequelize and redis before requiring
newrelic, thus preventing them from being properly instrumented
2016-07-14 11:20:58 -07:00

23 lines
486 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",
"nylas-metrics": "0.x.x",
"vision": "4.1.0"
}
}