{
  "name": "jsoneditor",
  "version": "4.2.1",
  "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": {}
}
