json-tree-view
Version:
A JSON Tree View Component, for browsering or editing JSON object. Fork from json-view writing by Richard Livingston.
38 lines (37 loc) • 858 B
JSON
{
"name": "json-tree-view",
"version": "0.4.12",
"description": "A JSON Tree View Component, for browsering or editing JSON object. Fork from json-view writing by Richard Livingston.",
"files": [
"JSONView.js",
"devtools.css",
"example"
],
"main": "JSONView.js",
"authors": [
"Richard Livingston <richard.npm@logoapps.com>",
"Lu Yuan <luyuan.china@gmail.com>"
],
"repository": {
"type": "git",
"url": "git+https://github.com/luyuan/json-tree-view.git"
},
"bugs": {
"url": "https://github.com/luyuan/json-tree-view/issues"
},
"homepage": "https://richard-livingston.github.io/json-view/",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"json",
"viewer",
"editor",
"view",
"edit",
"devtools",
"san",
"explorer",
"tree"
]
}