{
  "name": "vue3-ladda",
  "version": "1.0.5",
  "description": "A vue 3 component wrapper of Ladda button.",
  "homepage": "https://github.com/janwehner/vue3-ladda",
  "main": "dist/vue-ladda.js",
  "scripts": {
    "build-js": "export NODE_ENV=production && webpack --config ./build/webpack.prod.config.js",
    "build-doc": "cp dist/vue-ladda.js docs/",
    "test": "karma start",
    "publish-patch": "npm run test && npm run build-js && npm run build-doc && git push && npm version patch && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/janwehner/vue3-ladda.git"
  },
  "keywords": [
    "vue",
    "ladda",
    "button",
    "loading",
    "indicator"
  ],
  "author": "Jan Wehner <j.wehner91@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "ladda": "^2.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.13.10",
    "@babel/preset-env": "^7.13.10",
    "@vue/compiler-sfc": "^3.0.7",
    "@vue/test-utils": "^2.0.0-rc.4",
    "babel-loader": "^8.2.2",
    "css-loader": "^5.1.3",
    "jasmine-core": "^3.7.0",
    "karma": "^6.2.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-jasmine": "^4.0.1",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "^5.0.0",
    "mini-css-extract-plugin": "^1.6.0",
    "sass": "^1.32.12",
    "sass-loader": "^11.0.1",
    "terser-webpack-plugin": "^5.1.1",
    "vue": "^3.0.7",
    "vue-loader": "^16.1.2",
    "vue-style-loader": "^4.1.3",
    "webpack": "^5.26.3",
    "webpack-cli": "^4.5.0",
    "webpack-merge": "^5.7.3"
  },
  "bugs": {
    "url": "https://github.com/janwehner/vue3-ladda/issues"
  },
  "directories": {
    "doc": "docs"
  }
}
