{
  "name": "@dvobs/vue-dat-gui",
  "version": "0.0.1",
  "description": "",
  "main": "dist/VueDatGui.umd.js",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/preset-env": "^7.1.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.4",
    "css-loader": "^1.0.1",
    "eslint": "^5.7.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-loader": "^2.1.1",
    "eslint-plugin-html": "^4.0.6",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "style-loader": "^0.23.1",
    "vue-loader": "^15.4.2",
    "vue-template-compiler": "^2.5.17",
    "webpack": "^4.23.1",
    "webpack-cli": "^3.1.2"
  },
  "scripts": {
    "build": "webpack --config build/webpack.config.js",
    "build_watch": "webpack --config build/webpack.config.js -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DVOBS/vue-dat-gui.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DVOBS/vue-dat-gui/issues"
  },
  "homepage": "https://github.com/DVOBS/vue-dat-gui#readme"
}
