{
  "name": "listig",
  "description": "List Manager plugin for WordPress",
  "main": "index.js",
  "repository": "https://github.com/ekandreas/listig",
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
    "watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
    "hmr": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
    "production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
  },
  "author": "Andreas Ek, Elseif AB",
  "license": "MIT",
  "devDependencies": {
    "axios": "^0.*",
    "bulma": "^0.*",
    "font-awesome": "^4.*",
    "jquery": "^3.*",
    "laravel-mix": "^0.*",
    "moment": "^2.*",
    "vue": "^2.*",
    "vue-bulma-modal": "^1.0.1",
    "vuedraggable": "^2.*"
  }
}
