mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 05:41:05 +08:00
13 lines
251 B
JSON
13 lines
251 B
JSON
|
{
|
||
|
"name": "nylas-message-processor",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Message processing pipeline",
|
||
|
"main": "index.js",
|
||
|
"author": "Nylas",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"mailparser": "0.6.0",
|
||
|
"nylas-core": "0.x.x"
|
||
|
}
|
||
|
}
|