2016-06-23 05:41:32 +08:00
|
|
|
{
|
|
|
|
"name": "nylas-message-processor",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "Message processing pipeline",
|
|
|
|
"main": "index.js",
|
|
|
|
"author": "Nylas",
|
|
|
|
"license": "ISC",
|
2016-06-25 01:35:13 +08:00
|
|
|
"scripts": {
|
|
|
|
"test": "babel-node spec/run.js"
|
|
|
|
},
|
2016-06-23 05:41:32 +08:00
|
|
|
"dependencies": {
|
2016-06-29 05:07:54 +08:00
|
|
|
"babel-cli": "6.10.1",
|
|
|
|
"babel-preset-es2015": "6.9.0",
|
|
|
|
"jasmine": "2.4.1",
|
2016-06-23 05:41:32 +08:00
|
|
|
"mailparser": "0.6.0",
|
2016-07-08 07:08:08 +08:00
|
|
|
"mimelib": "0.2.19",
|
2016-07-15 02:20:58 +08:00
|
|
|
"nylas-core": "0.x.x",
|
|
|
|
"nylas-metrics": "0.x.x"
|
2016-06-25 01:35:13 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.10.1",
|
|
|
|
"babel-preset-es2015": "^6.9.0",
|
|
|
|
"jasmine": "^2.4.1"
|
|
|
|
},
|
|
|
|
"babel": {
|
2016-06-28 07:05:31 +08:00
|
|
|
"presets": [
|
|
|
|
"es2015"
|
|
|
|
]
|
2016-06-23 05:41:32 +08:00
|
|
|
}
|
|
|
|
}
|