mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 20:44:30 +08:00
30 lines
623 B
JSON
30 lines
623 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": {
|
|
"babel-cli": "6.10.1",
|
|
"babel-preset-es2015": "6.9.0",
|
|
"jasmine": "2.4.1",
|
|
"mailparser": "0.6.0",
|
|
"mimelib": "0.2.19",
|
|
"nylas-core": "0.x.x",
|
|
"nylas-metrics": "0.x.x"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.10.1",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"jasmine": "^2.4.1"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"es2015"
|
|
]
|
|
}
|
|
}
|