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,
|
2015-10-04 05:05:47 +08:00
|
|
|
"isStarterPackage": true,
|
2016-01-08 06:56:34 +08:00
|
|
|
|
2016-01-08 07:23:54 +08:00
|
|
|
"title": "Quick Replies",
|
|
|
|
"description": "Create quick replies and templates you can use to pre-fill the composer - never type the same email again!",
|
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
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-12-08 09:33:51 +08:00
|
|
|
"underscore": "^1.8"
|
2015-10-04 05:05:47 +08:00
|
|
|
},
|
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
|
|
|
"composer": true
|
|
|
|
}
|
|
|
|
}
|