jsoneditor4code
Version:
JSON Editor for UML Diagrams developed with Javascript Code Templates based on JSON Editor of Jeremy Dorn
66 lines (65 loc) • 1.93 kB
JSON
{
"name": "jsoneditor4code",
"exportvar": "JSONEditor4Code",
"version": "1.1.34",
"url4www": "https://niebert.github.io/jsoneditor4code/index.html",
"url4repo": "https://www.github.com/niebert/jsoneditor4code",
"url4zip": "https://github.com/niebert/jsoneditor4code/archive/master.zip",
"description": "JSON Editor for UML Diagrams developed with Javascript Code Templates based on JSON Editor of Jeremy Dorn",
"main": "src/main.js",
"directories": {
"doc": "docs"
},
"devDependencies": {
"build4code": "^0.3.31",
"concat-files": "^0.1.1",
"doctoc": "^1.4.0",
"jsdom": "^15.1.1",
"shelljs": "^0.8.3",
"uglify-js": "^3.6.0"
},
"scripts": {
"uglify": "uglifyjs dist/jsoneditor4code.js --compress -o dist/jsoneditor4code.min.js",
"test": "jshint ./src/libs/exportmod.js",
"build": "node ./build.js; uglifyjs dist/jsoneditor4code.js --compress -o dist/jsoneditor4code.min.js;doctoc ./README.md",
"compress": "uglifyjs dist/jsoneditor4code.js --compress -o dist/jsoneditor4code.min.js"
},
"build": {
"html": "docs/index.html",
"css": "docs/css/build.css",
"readme": "README.md",
"htmlsrc": "docs/index_src_libs_build.html"
},
"js2uml": {
"default": "jscc/jsoneditor4code_default_uml.json",
"filename": "jscc/jsoneditor4code_uml.json",
"is_constructor": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/niebert/JSONEditor4Code.git"
},
"keywords": [
"Unified",
"Modelling",
"Language",
"UML",
"Editor",
"JSON",
"Schema",
"Javascript",
"Code",
"Generation"
],
"gituser": "niebert",
"author": "Engelbert Niehaus",
"license": "MIT",
"bugs": {
"url": "https://github.com/niebert/JSONEditor4Code/issues"
},
"homepage": "https://niebert.github.io/JSONEditor4Code",
"dependencies": {
"jquery": "^3.4.1",
"linkparam": "^1.0.8"
}
}