Files
atom/spec/fixtures/packages/package-with-json-config-schema/package.json
2015-11-23 15:53:26 -08:00

14 lines
199 B
JSON

{
"name": "package-with-json-config-schema",
"configSchema": {
"a": {
"type": "number",
"default": 5
},
"b": {
"type": "string",
"default": "five"
}
}
}