mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
20 lines
414 B
JSON
20 lines
414 B
JSON
|
{
|
||
|
"name": "sidebar-github-profile",
|
||
|
"version": "0.1.0",
|
||
|
"main": "./lib/main",
|
||
|
"description": "View github user data in the sidebar!",
|
||
|
"license": "MIT",
|
||
|
"engines": {
|
||
|
"atom": "*"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/bengotow/nylas-sidebar-github-profile"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"reflux": "0.1.13",
|
||
|
"request": "^2.53",
|
||
|
"underscore-plus": "^1.6"
|
||
|
}
|
||
|
}
|