{
  "name": "@dashy-soft/vue-form-generator",
  "version": "3.0.0-beta.10",
  "description": "A schema-based form generator component for Vue.js",
  "homepage": "https://github.com/vue-generators/vue-form-generator/",
  "main": "dist/vfg.umd.min.js",
  "scripts": {
    "serve": "vue-cli-service serve",
    "prebuild.bak": "npm run test:unit",
    "build": "vue-cli-service build --no-clean --target lib --name vfg src/index.js --report",
    "lint": "vue-cli-service lint",
    "test:unit": "nyc vue-cli-service test:unit --include ./tests/unit/setup.js",
    "coverall": "cat ./tests/unit/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    "changelog": "conventional-changelog -i CHANGELOG.md -s",
    "changelog:full": "conventional-changelog -i CHANGELOG.md -s -r 0",
    "version": "bumped release"
  },
  "keywords": [
    "vue",
    "vuejs",
    "form",
    "generator",
    "schema",
    "json"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dashy-soft/vue-form-generator.git"
  },
  "files": [
    "dist/vfg.common.js",
    "dist/vfg.css",
    "dist/vfg.umd.js",
    "dist/vfg.umd.min.js",
    "src"
  ],
  "author": "Icebob",
  "maintainers": [
    {
      "name": "David Higgins",
      "email": "higginsd@zoulcreations.com",
      "web": "http://www.fragmentedcode.com"
    },
    {
      "name": "Lionel Bijaoui",
      "email": "lionel.bijaoui@gmail.com"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@vue/cli-plugin-babel": "^4.5.15",
    "@vue/cli-plugin-unit-mocha": "^4.5.15",
    "@vue/cli-service": "4.5.15",
    "@vue/eslint-config-prettier": "3.0.5",
    "@vue/test-utils": "1.0.0-beta.25",
    "babel-plugin-istanbul": "5.1.0",
    "babel-plugin-lodash": "3.3.4",
    "bumped": "0.10.11",
    "chai": "4.2.0",
    "cleave.js": "1.4.4",
    "conventional-changelog-cli": "2.0.5",
    "core-js": "^3.22.8",
    "coveralls": "3.0.2",
    "eonasdan-bootstrap-datetimepicker": "4.17.47",
    "eslint-plugin-vue": "^9.1.0",
    "fakerator": "0.3.0",
    "fecha": "2.3.3",
    "ion-rangeslider": "2.2.0",
    "istanbul-instrumenter-loader": "3.0.1",
    "jquery": "3.3.1",
    "lodash-webpack-plugin": "0.11.5",
    "nouislider": "11.1.0",
    "nyc": "13.1.0",
    "pikaday": "1.8.0",
    "sinon": "7.0.0",
    "vue": "2.5.17",
    "vue-highlightjs": "1.3.3",
    "vue-markdown": "2.2.4",
    "vue-multiselect": "2.1.3",
    "vue-template-compiler": "2.5.17"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "publishConfig": {
    "access": "public"
  }
}
