mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
12 lines
251 B
JSON
12 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"
|
|
}
|
|
}
|