mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
14 lines
220 B
JSON
14 lines
220 B
JSON
|
{
|
||
|
"name": "events",
|
||
|
"version": "0.1.0",
|
||
|
"main": "./lib/main",
|
||
|
"description": "View events on message",
|
||
|
"license": "Proprietary",
|
||
|
"private": true,
|
||
|
"engines": {
|
||
|
"atom": "*"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
}
|
||
|
}
|