mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-14 21:57:55 +08:00
15 lines
282 B
JSON
15 lines
282 B
JSON
|
{
|
||
|
"name": "PersonalLevelIndicators",
|
||
|
"main": "./lib/main",
|
||
|
"version": "0.1.0",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": ""
|
||
|
},
|
||
|
"engines": {
|
||
|
"atom": ">=0.3.5"
|
||
|
},
|
||
|
"description": "Enter a description of your package!",
|
||
|
"dependencies": [],
|
||
|
"license": "MIT"
|
||
|
}
|