{
  "name": "test03",
  "version": "1.0.0",
  "description": "Ein erste Webpack-Test",
  "main": "index.js",
  "repository": {
    "type": "svn",
    "url": "https://glossar.hs-augsburg.de/beispiel/tutorium/es6/test/WK_Test03_webpack/"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "bundle": "webpack -p",
    "watch": "webpack --watch"
  },
  "kewords": [
    "test",
    "webpack"
  ],
  "author": "Wolfgang Kowarschick",
  "license": "CC-BY-NC-SA-4.0",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.1",
    "grunt": "^1.0.1",
    "grunt-webpack": "^3.0.2",
    "json-loader": "^0.5.7",
    "webpack": "^3.8.1"
  }
}
