mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-29 11:52:34 +08:00
11 lines
202 B
JSON
Executable file
11 lines
202 B
JSON
Executable file
{
|
|
"name": "draft-list",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "View drafts using React",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"engines": {
|
|
"mailspring": "*"
|
|
}
|
|
}
|