mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 13:14:16 +08:00
18 lines
420 B
JSON
18 lines
420 B
JSON
{
|
|
"name": "thread-sharing",
|
|
"version": "0.1.0",
|
|
"serverUrl": {
|
|
"development": "http://localhost:5101",
|
|
"staging": "https://share-staging.getmailspring.com",
|
|
"production": "https://share.getmailspring.com"
|
|
},
|
|
|
|
"title": "Thread Sharing",
|
|
"description": "Share a thread through the web.",
|
|
"main": "./lib/main",
|
|
"private": true,
|
|
"engines": {
|
|
"mailspring": "*"
|
|
},
|
|
"license": "GPL-3.0"
|
|
}
|