Mailspring/packages/client-app/internal_packages/print/package.json

16 lines
245 B
JSON
Raw Normal View History

{
"name": "print",
"version": "0.1.0",
"main": "./lib/main",
"description": "Print",
2015-12-08 02:43:06 +08:00
"license": "GPL-3.0",
"private": true,
"engines": {
"nylas": "*"
},
"windowTypes": {
"default": true,
"thread-popout": true
}
}