{
  "name": "vue-good-wizard",
  "version": "1.4.1",
  "description": "An easy and clean VueJS 2.x wizard plugin ",
  "main": "dist/vue-good-wizard.cjs.js",
  "module": "dist/vue-good-wizard.es.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "bundle": "bili",
    "dev": "poi",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xaksis/vue-good-wizard"
  },
  "keywords": [
    "VueJS",
    "wizard",
    "vue"
  ],
  "author": {
    "name": "xaksis",
    "email": "shay@crayonbits.com"
  },
  "license": "MIT",
  "poi": {
    "entry": "dev/main.js",
    "dist": "dev/dist",
    "homepage": "./",
    "html": {
      "template": "dev/index.html"
    }
  },
  "devDependencies": {
    "bili": "^2.2.7",
    "poi": "^9.6.13",
    "rollup-plugin-vue": "^3.0.0"
  }
}
