2015-10-04 05:05:47 +08:00
|
|
|
{
|
2016-01-08 06:56:34 +08:00
|
|
|
"name": "composer-templates",
|
2015-10-04 05:05:47 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "./lib/main",
|
|
|
|
|
2016-01-08 06:56:34 +08:00
|
|
|
"isOptional": true,
|
|
|
|
|
2016-01-08 07:23:54 +08:00
|
|
|
"title": "Quick Replies",
|
2016-06-07 07:24:07 +08:00
|
|
|
"description": "Create templated messages you can use to pre-fill the composer.",
|
2015-10-04 05:05:47 +08:00
|
|
|
"icon": "./icon.png",
|
|
|
|
|
2015-12-08 02:43:06 +08:00
|
|
|
"license": "GPL-3.0",
|
2015-10-04 05:05:47 +08:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
2015-11-25 09:22:00 +08:00
|
|
|
"nylas": ">=0.3.0 <0.5.0"
|
2015-10-04 05:05:47 +08:00
|
|
|
},
|
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
|
|
|
"composer": true
|
|
|
|
}
|
|
|
|
}
|