Mailspring/packages/nylas-message-processor/package.json

27 lines
507 B
JSON
Raw Normal View History

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": {
"mailparser": "0.6.0",
"mimelib": "^0.2.19",
2016-06-23 05:41:32 +08:00
"nylas-core": "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": {
"presets": [
"es2015"
]
2016-06-23 05:41:32 +08:00
}
}