{
  "name": "editron-core",
  "version": "5.2.3",
  "description": "Editron - json-editor core functionality",
  "main": "editron-core.js",
  "scripts": {
    "build": "rm -rf build; webpack; webpack --config webpack.build.js",
    "build:watch": "watch 'npm run build' editors components sass services utils",
    "dist": "rm -rf dist; NODE_ENV=production webpack; NODE_ENV=production webpack --config webpack.build.js",
    "watch": "watch 'npm run dist' editors components sass services utils",
    "release": "npm run dist",
    "prepublishOnly": "npm run release",
    "test": "ava",
    "analyze": "NODE_ENV=production webpack --json | webpack-bundle-size-analyzer"
  },
  "pre-push": [
    "test"
  ],
  "keywords": [],
  "author": "Sacha Goldhofer <noreply@saschagoldhofer.de> (https://github.com/sagold/)",
  "license": "MIT",
  "devDependencies": {
    "ava": "^0.22.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "browser-env": "^3.2.0",
    "css-loader": "^0.28.7",
    "eslint": "^3.19.0",
    "eslint-plugin-promise": "^3.5.0",
    "extract-loader": "^1.0.1",
    "file-loader": "^0.11.2",
    "html-loader": "^0.5.1",
    "json-loader": "^0.5.4",
    "node-sass": "^4.5.0",
    "pre-push": "^0.1.1",
    "sass-loader": "^6.0.6",
    "sinon": "^3.2.1",
    "style-loader": "^0.18.2",
    "uglifyjs-webpack-plugin": "^0.4.3",
    "url-loader": "^0.5.7",
    "watch": "^1.0.2",
    "webpack": "^3.5.5",
    "webpack-bundle-size-analyzer": "^2.6.0",
    "webpack-dev-server": "^2.7.1"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  },
  "peerDependencies": {
    "jsondiffpatch": "^0.2.4",
    "diff_match_patch": "^0.1.1"
  },
  "dependencies": {
    "gson-pointer": "3.x",
    "json-data-services": "^3.0.7",
    "json-schema-library": "^3.3.2",
    "mithril": "1.x",
    "mithril-material-forms": "^2.5.1",
    "mitt": "^1.1.2"
  },
  "ava": {
    "files": [
      "test/**/*.test.js"
    ],
    "require": [
      "./test/support/setupBrowserEnv.js"
    ],
    "verbose": true
  }
}
