{
  "name": "bootstrap-rtol",
  "version": "4.3.1",
  "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
  "style": "dist/css/bootstrap-rtl.css",
  "sass": "src/scss/bootstrap.scss",
  "main": "dist/js/bootstrap",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "npm run dev -- --watch",
    "dist": "cross-env NODE_ENV=production webpack --mode production",
    "dev": "cross-env NODE_ENV=development webpack --mode development"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hamidHeidarinia/bootstrap-rtl.git"
  },
  "keywords": [
    "css",
    "sass",
    "mobile-first",
    "responsive",
    "front-end",
    "framework",
    "web",
    "bootstrap-rtl",
    "right-to-left"
  ],
  "author": "The Bootstrap-rtl Authors (https://github.com/hamidHeidarinia/bootstrap-rtl/graphs/contributors)",
  "contributors": [
    "Hamid Heidarinia"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hamidHeidarinia/bootstrap-rtl/issues"
  },
  "homepage": "https://hamidheidarinia.github.io/bootstrap-rtl",
  "private": false,
  "devDependencies": {
    "@babel/core": "^7.3.4",
    "@babel/preset-env": "^7.3.4",
    "babel-loader": "^8.0.5",
    "clean-webpack-plugin": "^1.0.1",
    "cross-env": "^5.2.0",
    "css-loader": "^2.1.1",
    "jquery": "^3.3.1",
    "mini-css-extract-plugin": "^0.5.0",
    "node-notifier": "^5.4.0",
    "node-sass": "^4.11.0",
    "optimize-css-assets-webpack-plugin": "^4.0.3",
    "popper.js": "^1.14.7",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.23.1",
    "uglifyjs-webpack-plugin": "^2.1.2",
    "webpack": "^4.29.6",
    "webpack-cli": "^3.2.3"
  },
  "dependencies": {
    "bundle-loader": "^0.5.6",
    "lodash": "^4.17.11"
  }
}
