Mailspring/app/internal_packages/system-tray/package.json

12 lines
238 B
JSON
Raw Normal View History

{
"name": "system-tray",
"version": "0.1.0",
"main": "./lib/main",
"description": "Displays cross-platform system tray icon with unread count",
2015-12-08 02:43:06 +08:00
"license": "GPL-3.0",
"private": true,
"engines": {
"mailspring": "*"
}
}