{
  "name": "opinionstage-wordpress-plugin-content-popup",
  "version": "1.0.0",
  "description": "OpinionStage WordPress plugin content popup front-end",
  "private": true,
  "contributors": [
    {
      "name": "Dmytro Mjakotnyj",
      "email": "dikuca@gmail.com",
      "url": "http://kucaahbe.github.io/"
    }
  ],
  "engines": {
    "npm": "~6.11.0"
  },
  "scripts": {
    "start": "webpack -d --watch",
    "build": "webpack -p --env.production",
    "test": "echo \"Error: no test specified\" && exit 1",
    "webpack": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opinionstage/opinionstage-wordpress-plugin.git"
  },
  "author": "opinionstage",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://wordpress.org/support/plugin/social-polls-by-opinionstage"
  },
  "homepage": "https://wordpress.org/plugins/social-polls-by-opinionstage/",
  "devDependencies": {
    "autoprefixer": "^7.1.2",
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-preset-env": "^1.6.0",
    "css-loader": "^0.28.4",
    "node-sass": "^4.5.3",
    "postcss-initial": "^2.0.0",
    "postcss-loader": "^2.0.6",
    "postcss-modules": "^0.8.0",
    "postcss-use": "^2.3.0",
    "sass-loader": "^6.0.6",
    "style-loader": "^0.18.2",
    "webpack": "^3.0.0"
  },
  "dependencies": {
    "lodash.debounce": "^4.0.8",
    "lodash.isempty": "^4.4.0",
    "lodash.join": "^4.0.1",
    "lodash.trim": "^4.5.1",
    "rsvp": "^3.6.1",
    "tingle.js": "^0.11.0",
    "vue": "^2.3.4",
    "vue-moment": "^4.1.0",
    "vuex": "^2.3.1"
  }
}
