json-editor
Version:
JSON Schema based editor
27 lines (26 loc) • 418 B
JSON
{
"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"
]
}