{
  "name": "conditional-content-cf-lite",
  "main": "gulpfile.js",
  "private": true,
  "scripts": {
    "build": "gulp build --development",
    "prod": "gulp build --production",
    "watch": "gulp watch",
    "watch-prod": "gulp watch-prod",
    "gb-start": "webpack --mode development --watch",
    "gb-build": "webpack --mode production"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/crowdfavorite/conditional-content-cf-lite"
  },
  "author": "Crowd Favorite",
  "license": "GPLv2",
  "bugs": {
    "url": "https://github.com/crowdfavorite/conditional-content-cf-lite/issues"
  },
  "homepage": "https://crowdfavorite.com/products",
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "acorn": "^6.4.0",
    "autoprefixer": "^9.7.4",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "babel-preset-airbnb": "^3.3.2",
    "browserslist": "^4.8.6",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-import": "^2.20.1",
    "gulp": "^4.0.2",
    "gulp-autoprefixer": "^7.0.0",
    "gulp-babel": "^8.0.0",
    "gulp-clean-css": "^4.2.0",
    "gulp-concat": "^2.6.1",
    "gulp-eslint": "^5.0.0",
    "gulp-if": "^2.0.2",
    "gulp-mode": "1.0.2",
    "gulp-newer": "^1.4.0",
    "gulp-plumber": "^1.2.1",
    "gulp-postcss": "^8.0.0",
    "gulp-rename": "^1.4.0",
    "gulp-sass": "^4.0.2",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-string-replace": "^1.1.2",
    "gulp-uglify": "^3.0.2",
    "js-yaml": "^3.13.1",
    "node-bourbon": "~4.2.8",
    "node-sass": "^4.13.1",
    "babel-loader": "^8.0.6",
    "webpack": "^4.41.6",
    "webpack-cli": "^3.3.11"
  },
  "dependencies": {
    "jquery": "^3.4.1",
    "lodash.assign": "^4.2.0"
  }
}
