mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
18 lines
No EOL
326 B
JSON
18 lines
No EOL
326 B
JSON
{
|
|
"name": "Calendar",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"engines": {
|
|
"atom": ">=0.3.5"
|
|
},
|
|
"description": "Enter a description of your package!",
|
|
"dependencies": {
|
|
"electron-safe-ipc": "^0.5",
|
|
"request": "^2.53"
|
|
},
|
|
"license": "MIT"
|
|
} |