mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
19 lines
330 B
JSON
19 lines
330 B
JSON
{
|
|
"name": "composer",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Nylas Composer Component",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"syncInit": true,
|
|
"scripts": {
|
|
},
|
|
"engines": {
|
|
"merani": "*"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true,
|
|
"thread-popout": true
|
|
}
|
|
}
|