Mailspring/internal_packages/worker-ui/package.json
DC 2bd710d668 Internal package.json license: GPLv3
Changed from 'Propietary' to 'GPLv3' to match LICENSE.md
2015-11-24 09:09:33 -08:00

17 lines
268 B
JSON
Executable file

{
"name": "worker-ui",
"version": "0.1.0",
"main": "./lib/main",
"description": "Interface for the worker window",
"license": "GPLv3",
"private": true,
"engines": {
"nylas": "*"
},
"dependencies": {
},
"windowTypes": {
"work": true
}
}