Mailspring/app/static/package-template/package.json

19 lines
350 B
JSON

{
"name": "replaced-at-runtime",
"main": "./lib/main",
"version": "0.1.0",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"mailspring": ">=1.0.1"
},
"windowTypes": {
"default": true,
"composer": true
},
"description": "Enter a description of your package!",
"dependencies": {},
"license": "MIT"
}