mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 13:44:41 +08:00
13 lines
220 B
JSON
13 lines
220 B
JSON
|
{
|
||
|
"name": "feedback",
|
||
|
"main": "./lib/main",
|
||
|
"version": "0.1.0",
|
||
|
"engines": {
|
||
|
"atom": "*"
|
||
|
},
|
||
|
"description": "Intercom feeedback",
|
||
|
"dependencies": {
|
||
|
"electron-safe-ipc": "^0.5"
|
||
|
},
|
||
|
"private":true
|
||
|
}
|