mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:02:35 +08:00
25 lines
522 B
JSON
Executable file
25 lines
522 B
JSON
Executable file
{
|
|
"name": "composer-templates",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
|
|
"isOptional": true,
|
|
"isStarterPackage": true,
|
|
|
|
"title": "Quick Replies",
|
|
"description": "Create quick replies and templates you can use to pre-fill the composer - never type the same email again!",
|
|
"icon": "./icon.png",
|
|
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"engines": {
|
|
"nylas": ">=0.3.0 <0.5.0"
|
|
},
|
|
"dependencies": {
|
|
"underscore": "^1.8"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true
|
|
}
|
|
}
|