{
  "name": "umockserver",
  "version": "1.2.0",
  "main": "index.js",
  "scripts": {
    "test": ""
  },
  "author": "",
  "license": "The MIT License",
  "description": "",
  "kil": {
    "port": 9008,
    "copy": [
      "lib/*",
      "images/*"
    ],
    "webpack": {
      "publicPath": "/umock/",
      "output": {
        "*.html": {}
      },
      "commonTrunk": {
        "common": [
          "jquery",
          "vue",
          "vue-router-tiny"
        ]
      },
      "global": {
        "Vue": "vue",
        "$": "jquery",
        "jQuery": "jquery",
        "Model": "js-model"
      },
      "devServer": {
        "proxy": {
          "/umock": "http://localhost:8000",
          "/api": "http://localhost:8000"
        }
      }
    }
  },
  "dependencies": {
    "jquery": "^3.0.0",
    "js-beautify": "^1.6.2",
    "js-model": "^1.1.8",
    "jsoneditor": "5.1.3",
    "select2": "^4.0.3",
    "simplemde": "1.11.2",
    "vue": "^1.0.16",
    "vue-router-tiny": "^1.1.0"
  }
}
