mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
23 lines
469 B
JSON
23 lines
469 B
JSON
{
|
|
"name": "nylas-message-processor",
|
|
"version": "0.0.1",
|
|
"description": "Message processing pipeline",
|
|
"main": "index.js",
|
|
"author": "Nylas",
|
|
"license": "ISC",
|
|
"scripts": {
|
|
"test": "babel-node spec/run.js"
|
|
},
|
|
"dependencies": {
|
|
"mailparser": "0.6.0",
|
|
"nylas-core": "0.x.x"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.10.1",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"jasmine": "^2.4.1"
|
|
},
|
|
"babel": {
|
|
"presets": ["es2015"]
|
|
}
|
|
}
|