{
  "name": "json-editor",
  "authors": [
    "Jeremy Dorn <jeremy@jeremydorn.com>"
  ],
  "description": "JSON Schema based editor",
  "main": "dist/jsoneditor.js",
  "keywords": [
    "json",
    "schema",
    "jsonschema",
    "editor"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "*.md",
    "tests",
    "examples",
    "demo.html",
    "*.png",
    "package.json",
    "Gruntfile.js",
    "src"
  ]
}
