Mailspring/message-processor/package.json
Juan Tejada c3ed7cbdef Adds message parsing module + other updates
- Adds an order for the message processing pipeline to ensure that
parsing occurs first
- Adds JSONARRAYType
- Other misc updates
2016-06-22 11:00:35 -07:00

14 lines
270 B
JSON

{
"name": "message-processor",
"version": "1.0.0",
"description": "Message processing pipeline",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"mailparser": "^0.6.0"
}
}