mirror of
https://github.com/atom/atom.git
synced 2026-02-18 02:21:43 -05:00
14 lines
199 B
JSON
14 lines
199 B
JSON
{
|
|
"name": "package-with-json-config-schema",
|
|
"configSchema": {
|
|
"a": {
|
|
"type": "number",
|
|
"default": 5
|
|
},
|
|
"b": {
|
|
"type": "string",
|
|
"default": "five"
|
|
}
|
|
}
|
|
}
|