{ "name": "jsoneditor", "version": "6.0.0-BETA", "main": "./src/index", "description": "A web-based tool to view, edit, format, and validate JSON", "tags": [ "json", "editor", "viewer", "formatter" ], "author": "Jos de Jong ", "license": "MIT", "homepage": "https://github.com/josdejong/jsoneditor", "repository": { "type": "git", "url": "https://github.com/josdejong/jsoneditor.git" }, "bugs": "https://github.com/josdejong/jsoneditor/issues", "scripts": { "start": "gulp watch", "build": "gulp", "test": "ava test/*.test.js test/**/*.test.js --verbose" }, "dependencies": { "ajv": "4.4.0", "brace": "0.8.0", "javascript-natural-sort": "0.7.1", "preact": "5.6.0" }, "devDependencies": { "ava": "0.16.0", "babel-core": "6.13.2", "babel-loader": "6.2.4", "css-loader": "0.23.1", "gulp": "3.9.1", "gulp-shell": "0.5.2", "gulp-util": "3.0.7", "json-loader": "0.5.4", "less": "2.7.1", "less-loader": "2.2.3", "mkdirp": "0.5.1", "style-loader": "0.13.1", "svg-url-loader": "1.1.0", "webpack": "1.13.1" }, "ava": { "require": [ "babel-register" ], "babel": "inherit" } }