Mailspring/app/internal_packages/attachments/package.json
2017-09-05 13:40:25 -07:00

18 lines
321 B
JSON

{
"name": "attachments",
"version": "0.1.0",
"main": "./lib/main",
"description": "View attachments on messages",
"license": "GPL-3.0",
"private": true,
"syncInit": true,
"engines": {
"mailspring": "*"
},
"windowTypes": {
"default": true,
"composer": true,
"thread-popout": true
}
}