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

17 lines
343 B
JSON
Executable file

{
"name": "composer-signature",
"version": "0.1.0",
"main": "./lib/main",
"description": "A small extension to the draft store that implements signatures",
"license": "GPL-3.0",
"private": true,
"engines": {
"mailspring": "*"
},
"windowTypes": {
"default": true,
"composer": true,
"thread-popout": true
}
}