Mailspring/app/internal_packages/composer-signature/package.json
2017-08-16 13:31:26 -07:00

16 lines
339 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": {
"merani": "*"
},
"windowTypes": {
"default": true,
"composer": true,
"thread-popout": true
}
}