Mailspring/internal_packages/personal-level-indicators/package.json

21 lines
459 B
JSON

{
"name": "personal-level-indicators",
"main": "./lib/main",
"version": "0.1.0",
"title": "Personal Level Indicators",
"description": "Display chevrons beside threads that indicate whether you're a direct recipient or the only recipient on a thread.",
"icon": "./icon.png",
"isOptional": true,
"repository": {
"type": "git",
"url": ""
},
"engines": {
"nylas": ">=0.3.0 <0.5.0"
},
"dependencies": [],
"license": "MIT"
}