mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
2bd710d668
Changed from 'Propietary' to 'GPLv3' to match LICENSE.md
13 lines
219 B
JSON
Executable file
13 lines
219 B
JSON
Executable file
{
|
|
"name": "search-bar",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Search bar using React",
|
|
"license": "GPLv3",
|
|
"private": true,
|
|
"engines": {
|
|
"nylas": "*"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|