{
  "name": "pulito",
  "version": "4.4.0",
  "description": "Conventions and structure for a Vanilla JS application with a supporting webpack config.",
  "main": "webpack.common.js",
  "license": "Apache-2.0",
  "homepage": "https://github.com/google/pulito",
  "bugs": {
    "url": "https://github.com/google/pulito/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/google/pulito.git"
  },
  "dependencies": {
    "autoprefixer": "^9.6.1",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.7.0",
    "babel-preset-minify": "^0.5.1",
    "clean-webpack-plugin": "^0.1.19",
    "css-loader": "^0.28.11",
    "cssnano": "^3.10.0",
    "file-loader": "^1.1.11",
    "glob": "^7.1.4",
    "hoek": "^4.2.1",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.8.0",
    "node-sass": "^4.12.0",
    "postcss-loader": "^2.1.5",
    "sass-loader": "^7.0.1",
    "style-loader": "^0.21.0",
    "webpack": "~4",
    "webpack-dev-server": "^3.8.0"
  }
}
