mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
13 lines
228 B
JSON
13 lines
228 B
JSON
|
{
|
||
|
"name": "nylas-metrics",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Metrics package",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"newrelic": "^1.28.1",
|
||
|
"signalfx": "^3.0.1"
|
||
|
},
|
||
|
"author": "Nylas",
|
||
|
"license": "ISC"
|
||
|
}
|