Files

48 lines
1.1 KiB
JSON

{
"name": "jsoneditor",
"filename": "jsoneditor.min.js",
"version": "3.1.2",
"description": "JSON Editor Online is a web-based tool to view, edit, and format JSON. It shows your data side by side in a clear, editable treeview and in formatted plain text.",
"homepage": "http://jsoneditoronline.org",
"keywords": [
"json",
"html",
"editor"
],
"licenses": [
{
"type": "Apache License 2.0",
"url": "http://www.apache.org/licenses/"
}
],
"author": {
"name": "Jos de Jong",
"web": "http://github.com/wjosdejong"
},
"maintainers": [
{
"name": "Jos de Jong",
"web": "http://github.com/wjosdejong"
}
],
"bugs": "http://github.com/wjosdejong/jsoneditoronline/issues",
"repository": {
"type": "git",
"url": "git://github.com/wjosdejong/jsoneditoronline.git"
},
"npmName": "jsoneditor",
"npmFileMap": [
{
"basePath": "/",
"files": [
"img/jsoneditor-icons.png",
"jsoneditor.min.css",
"jsoneditor.min.js",
"jsoneditor.css",
"jsoneditor.js",
"jsoneditor.map"
]
}
]
}