{ "name": "jsoneditor", "version": "8.5.3", "main": "./index", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [ "json", "editor", "viewer", "formatter" ], "author": "Jos de Jong ", "license": "Apache-2.0", "homepage": "https://github.com/josdejong/jsoneditor", "repository": { "type": "git", "url": "https://github.com/josdejong/jsoneditor.git" }, "bugs": "https://github.com/josdejong/jsoneditor/issues", "scripts": { "build": "gulp", "minify": "gulp minify", "start": "gulp watch", "test": "mocha test --require @babel/register", "lint": "standard --env=mocha", "prepublishOnly": "npm test && npm run build" }, "dependencies": { "ace-builds": "^1.4.8", "ajv": "^6.11.0", "javascript-natural-sort": "^0.7.1", "jmespath": "^0.15.0", "json-source-map": "^0.6.1", "mobius1-selectr": "^2.4.13", "picomodal": "^3.0.0", "vanilla-picker": "^2.10.1" }, "devDependencies": { "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", "@babel/register": "^7.8.3", "babel-loader": "^8.0.6", "btoa": "^1.2.1", "date-format": "^3.0.0", "fancy-log": "^1.3.3", "gulp": "^4.0.2", "gulp-clean-css": "^4.2.0", "gulp-concat-css": "^3.1.0", "gulp-sass": "^4.0.2", "jsdom": "^16.0.1", "json-loader": "^0.5.7", "mkdirp": "^1.0.3", "mocha": "^7.0.1", "standard": "^14.3.1", "uglify-js": "^3.7.6", "webpack": "^4.41.5" }, "files": [ "dist", "docs", "examples", "src", "HISTORY.md", "index.js", "LICENSE", "NOTICE", "README.md" ], "standard": { "ignore": [ "src/js/assets", "examples/react*" ] } }