mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
1a5dd2003f
Moved to git@github.com:nylas/N1-private-packages.git Also started an "examples" folder at the root level with an example Github package
13 lines
225 B
JSON
13 lines
225 B
JSON
{
|
|
"name": "github",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Github integration in Nylas",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|