Mailspring/examples/N1-Send-Availability/package.json
2015-10-02 16:06:56 -07:00

18 lines
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"
}