{
  "name": "@disalvjn/json-editor",
  "title": "JSONEditor",
  "description": "Fork of @json-editor/json-editor that displays objects with .s in keys",
  "version": "1.2.1",
  "main": "dist/jsoneditor.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/disalvjn/json-editor"
  },
  "keywords": [
    "json",
    "schema",
    "jsonschema",
    "editor"
  ],
  "scripts": {
    "prepare": "grunt",
    "build": "npm install && grunt",
    "start": "grunt watch",
    "test": "grunt test",
    "serve-test": "grunt serve-test",
    "docker-test": "cd tests && docker-compose run --rm node npm run build && docker-compose up -d && docker-compose ps && docker-compose run --rm codeceptjs codeceptjs run --grep '(?=.*)^(?!.*@optional)'",
    "preversion": "npm run docker-test",
    "version": "grunt string-replace",
    "postversion": "git push && git push --tags && npm publish ./ --access public"
  },
  "license": "MIT",
  "engines": {
    "node": ">= 0.8.0"
  },
  "devDependencies": {
    "ace-builds": "^1.3.3",
    "grunt": "^1.0.3",
    "grunt-contrib-concat": "~1.0.0",
    "grunt-contrib-connect": "~2.0.0",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-contrib-jshint": "~1.0.0",
    "grunt-contrib-uglify": "~1.0.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-run": "^0.8.1",
    "grunt-string-replace": "^1.3.1",
    "jquery": "^3.3.1",
    "sceditor": "^2.1.3",
    "standard": "^11.0.1"
  },
  "dependencies": {}
}
