{
  "name": "admin-lte-sass",
  "version": "2.3.2",
  "repository": {
    "type": "git",
    "url": "https://github.com/DaniVarga/AdminLTE-Sass"
  },
  "scripts": {
    "clean": "rimraf dist",
    "build:webpack": "webpack --config webpack.config.build.js",
    "build": "npm run clean && npm run build:webpack",
    "start": "node server.js"
  },
  "license": "MIT",
  "devDependencies": {
    "browser-sync": "^2.10.0",
    "browser-sync-webpack-plugin": "^1.0.1",
    "css-loader": "^0.23.0",
    "extract-text-webpack-plugin": "^0.9.1",
    "file-loader": "^0.8.4",
    "html-webpack-plugin": "^1.6.2",
    "node-sass": "^3.4.2",
    "rimraf": "^2.4.3",
    "sass-loader": "^3.1.1",
    "style-loader": "^0.13.0",
    "url-loader": "^0.5.6",
    "webpack": "^1.12.6",
    "webpack-cli": "^1.0.0",
    "webpack-dev-server": "^1.12.1"
  }
}
