json-editor
Version:
JSON Schema based editor
42 lines (41 loc) • 889 B
JSON
{
"name": "json-editor",
"title": "JSONEditor",
"description": "JSON Schema based editor",
"version": "0.7.28",
"main": "dist/jsoneditor.js",
"author": {
"name": "Jeremy Dorn",
"email": "jeremy@jeremydorn.com",
"url": "http://jeremydorn.com"
},
"bugs": {
"url": "https://github.com/jdorn/json-editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jdorn/json-editor.git"
},
"keywords": [
"json",
"schema",
"jsonschema",
"editor"
],
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-watch": "~1.0.0"
},
"scripts": {
"build": "npm install && grunt",
"start": "grunt watch",
"test": "grunt"
}
}