mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
17 lines
285 B
JSON
17 lines
285 B
JSON
|
{
|
||
|
"name": "preferences",
|
||
|
"version": "0.1.0",
|
||
|
"main": "./lib/main",
|
||
|
"description": "Nylas Preferences Window Component",
|
||
|
"license": "Proprietary",
|
||
|
"private": true,
|
||
|
"engines": {
|
||
|
"atom": "*"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
},
|
||
|
"windowTypes": {
|
||
|
"preferences": true
|
||
|
}
|
||
|
}
|