mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
12 lines
225 B
JSON
12 lines
225 B
JSON
{
|
|
"name": "nylas-core",
|
|
"version": "0.0.1",
|
|
"description": "Core shared packages",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"bunyan": "^1.8.1",
|
|
"xoauth2": "1.x.x"
|
|
},
|
|
"author": "Nylas",
|
|
"license": "ISC"
|
|
}
|