{
  "name": "v-draggable-core",
  "version": "0.1.5-beta",
  "typings": "types/index.d.ts",
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build",
    "build-modern": "vue-cli-service build --modern",
    "build-modern-lib": "vue-cli-service build --modern --target lib --name v-draggable-core ./src/directives/index.ts",
    "build-lib": "vue-cli-service build --target lib --name v-draggable-core ./src/directives/index.ts",
    "lint": "vue-cli-service lint"
  },
  "dependencies": {
    "vue": "^2.5.17",
    "vue-class-component": "^6.2.0",
    "vue-property-decorator": "^7.2.0"
  },
  "files": [
    "dist/*",
    "src/*",
    "public/*",
    "types/*",
    "*.json",
    "*.js"
  ],
  "main": "./dist/v-draggable-core.common.js",
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.0.5",
    "@vue/cli-plugin-typescript": "^3.0.5",
    "@vue/cli-service": "^3.0.5",
    "lodash.clonedeep": "^4.5.0",
    "lodash.isarray": "^4.0.0",
    "lodash.isempty": "^4.4.0",
    "lodash.isequal": "^4.5.0",
    "lodash.isobject": "^3.0.2",
    "lodash.isundefined": "^3.0.1",
    "typescript": "^3.0.0",
    "vue-template-compiler": "^2.5.17",
    "weakmap-polyfill": "^2.0.0"
  },
  "description": "## How to use: 1. Just use `npm install --save v-draggable-core` 2. Use the directive in your file directly.",
  "author": "Łukasz Rembacz",
  "repository": {
    "type": "git",
    "url": "https://github.com/lrembacz/v-draggable-core.git"
  },
  "homepage": "https://github.com/lrembacz/v-draggable-core#readme",
  "license": "MIT",
  "keywords": [
    "vue",
    "draggable",
    "directive",
    "v-draggable-core"
  ]
}
