Mailspring/packages/nylas-dashboard/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

19 lines
374 B
JSON

{
"name": "nylas-dashboard",
"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-plugin-websocket": "0.9.2",
"inert": "4.0.0",
"nylas-core": "0.x.x",
"nylas-metrics": "0.x.x"
}
}