You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
370 B
20 lines
370 B
{
|
|
"name": "json-lint",
|
|
"version": "0.0.1",
|
|
"description": "JSON 格式化校验工具",
|
|
"author": "LiuYD",
|
|
"main": "main.js",
|
|
"main-menu": {
|
|
"i18n:MAIN_MENU.package.title/JSONLint": {
|
|
"message": "json-lint:open"
|
|
}
|
|
},
|
|
|
|
"panel": {
|
|
"main": "panel/JSON.js",
|
|
"type": "dockable",
|
|
"title": "JSON 格式化校验工具",
|
|
"width": 900,
|
|
"height": 600
|
|
}
|
|
} |