{
  "entrypoint": "index.html",
  "fragments": [],
  "sources": [
    "xtal-json-editor.js",
    "xtal-json-editor.iife.js",
    "jsoneditor-minimalist.min.js",
    "jsoneditor.min.css",
    "img/jsoneditor-icons.svg",
    "index.html"
  ],
  "extraDependencies": [
    "bower_components/webcomponentsjs/*.js"
  ],
  "builds": [
    {
      "name": "ES5",
      "js": {
        "minify": true,
        "compile": true
      }
    },
    {
      "name": "ES6",
      "js": {
        "minify": true,
        "compile": false
      }
    }
  ],
  "lint": {
    "rules": [
      "polymer-3"
    ]
  },
  "moduleResolution": "node"
}