mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 05:41:05 +08:00
15 lines
293 B
JSON
15 lines
293 B
JSON
|
{
|
||
|
"name": "message-autoload-images",
|
||
|
"version": "0.1.0",
|
||
|
"main": "./lib/main",
|
||
|
"description": "Option to conditionally load the images in messages",
|
||
|
"license": "Proprietary",
|
||
|
"private": true,
|
||
|
"engines": {
|
||
|
"atom": "*"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"autolinker": "0.18.1"
|
||
|
}
|
||
|
}
|