mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
12 lines
231 B
JSON
12 lines
231 B
JSON
|
{
|
||
|
"name": "category-mapper",
|
||
|
"version": "0.1.0",
|
||
|
"main": "./lib/main",
|
||
|
"description": "Allow users to manually map roles to categories",
|
||
|
"license": "GPL-3.0",
|
||
|
"private": true,
|
||
|
"engines": {
|
||
|
"mailspring": "*"
|
||
|
}
|
||
|
}
|