mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
18 lines
340 B
JSON
18 lines
340 B
JSON
|
{
|
||
|
"name": "composer-spellcheck",
|
||
|
"version": "0.1.0",
|
||
|
"main": "./lib/main",
|
||
|
"description": "A small extension to the draft store that implements spellcheck",
|
||
|
"license": "Proprietary",
|
||
|
"private": true,
|
||
|
"engines": {
|
||
|
"atom": "*"
|
||
|
},
|
||
|
"windowTypes": {
|
||
|
"default": true,
|
||
|
"composer": true
|
||
|
},
|
||
|
"dependencies": {
|
||
|
}
|
||
|
}
|