mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
13 lines
217 B
JSON
13 lines
217 B
JSON
|
{
|
||
|
"name": "undo-redo",
|
||
|
"version": "0.1.0",
|
||
|
"main": "./lib/main",
|
||
|
"description": "Undo modal button",
|
||
|
"license": "Proprietary",
|
||
|
"private": true,
|
||
|
"engines": {
|
||
|
"atom": "*"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
}
|
||
|
}
|