mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 10:11:25 +08:00
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"name": "N1-Message-View-on-Github",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "View on Github button",
|
|
"license": "GPLv3",
|
|
"private": true,
|
|
"engines": {
|
|
"nylas": ">=0.3.0 <0.5.0"
|
|
},
|
|
"dependencies": {
|
|
"underscore": "^1.8.3"
|
|
}
|
|
}
|