33 lines
639 B
JSON
33 lines
639 B
JSON
{
|
|
"name": "jsoneditor",
|
|
"description": "A web-based tool to view, edit and format JSON",
|
|
"tags": [
|
|
"json",
|
|
"editor",
|
|
"viewer",
|
|
"formatter"
|
|
],
|
|
"homepage": "http://jsoneditoronline.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/josdejong/jsoneditor.git"
|
|
},
|
|
"main": [
|
|
"./dist/jsoneditor.min.js",
|
|
"./dist/jsoneditor.min.css"
|
|
],
|
|
"bugs": "https://github.com/josdejong/jsoneditor/issues",
|
|
"ignore": [
|
|
"misc",
|
|
"node_modules",
|
|
"test",
|
|
"tools",
|
|
"gulpfile.js",
|
|
"npm-debug.log",
|
|
".idea",
|
|
".npmignore",
|
|
".gitignore"
|
|
],
|
|
"dependencies": {}
|
|
}
|