mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 10:11:25 +08:00
19 lines
414 B
JSON
Executable file
19 lines
414 B
JSON
Executable file
{
|
|
"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"
|
|
}
|
|
}
|