{
  "name": "vue-slider-zkteam",
  "version": "0.0.2",
  "description": "Can use the Slider component in vue1.x and vue2.x",
  "keywords": [
    "vue",
    "slider",
    "vue-slider",
    "vue-component",
    "vue-slider-component"
  ],
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NightCatSama/vue-slider-component.git"
  },
  "author": "zkteam, <zhjay999@163.com>",
  "licenses": "MIT",
  "homepage": "https://github.com/cmideal/vue-slider-component",
  "scripts": {
    "build": "webpack --colors --hide-modules"
  },
  "devDependencies": {
    "babel-core": "^6.24.0",
    "babel-loader": "^6.4.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.0",
    "babel-preset-stage-2": "^6.22.0",
    "babel-runtime": "^6.23.0",
    "css-loader": "^0.23.1",
    "style-loader": "^0.15.0",
    "vue": "^2.2.4",
    "vue-html-loader": "^1.2.4",
    "vue-loader": "^11.1.4",
    "vue-style-loader": "^2.0.4",
    "vue-template-compiler": "^2.2.4",
    "webpack": "^2.2.1"
  },
  "browserify": {
    "transform": [
      "vueify"
    ]
  }
}
