{
  "name": "@seriouslag/vue-tagsinput",
  "version": "4.0.1",
  "description": "A simple tags input with typeahead made with Vue.js 2",
  "contributors": [
    {
      "name": "Alexander Zavyalov",
      "email": "alex@voerro.com",
      "url": "http://voerro.com"
    },
    {
      "name": "Landon Gavin",
      "email": "hi@landongavin.com",
      "url": "https://landongavin.dev"
    }
  ],
  "scripts": {
    "start": "npm run serve",
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build --target lib --name 'TagsInput' ./src/index.ts",
    "build:demo": "vue-cli-service build",
    "lint": "vue-cli-service lint"
  },
  "main": "dist/TagsInput.common.js",
  "buildEntry": "src/",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "public",
    "package.json",
    "tsconfig.json",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "core-js": "^3.x"
  },
  "devDependencies": {
    "@types/webpack-env": "^1.16.3",
    "@typescript-eslint/eslint-plugin": "^5.3.0",
    "@typescript-eslint/parser": "^5.3.0",
    "@vue/cli": "^4.5.15",
    "@vue/cli-plugin-babel": "^4.5.15",
    "@vue/cli-plugin-eslint": "^4.5.15",
    "@vue/cli-plugin-typescript": "^4.5.15",
    "@vue/cli-service": "^4.5.15",
    "bulma": "^0.9.3",
    "cache-loader": "^4.1.0",
    "cross-env": "^7.0.3",
    "eslint": "^6.8.0",
    "eslint-plugin-vue": "^8.0.3",
    "sass": "^1.43.4",
    "sass-loader": "version-10",
    "typescript": "^4.4.4",
    "vue-template-compiler": "^2.6.14"
  },
  "peerDependencies": {
    "vue": "^2.6.14"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "keywords": [
    "vue",
    "vuejs",
    "vue2",
    "tagsinput",
    "input",
    "tags",
    "typeahead",
    "autocomplete"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "repository": "https://github.com/seriouslag/vue-tagsinput",
  "homepage": "https://github.com/seriouslag/vue-tagsinput#readme"
}
