Mailspring/examples/N1-Github/package.json
Evan Morikawa 1a5dd2003f refactor(package): remove old, unused, or private package. Adds examples
Moved to git@github.com:nylas/N1-private-packages.git

Also started an "examples" folder at the root level with an example Github
package
2015-09-10 12:57:40 -04:00

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": {
}
}