{
  "name": "vue-simple-picker",
  "version": "1.0.2",
  "description": "基于vue的处理复杂数据的高度定制化的移动端picker插件",
  "main": "index.js",
  "scripts": {
    "dev-test": "parcel watch test/* --no-cache & karma start",
    "test": "parcel build test/* --no-minify && karma start --single-run",
    "build": "npx parcel build index.js --no-minify --no-cache"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/duyanpeng/vue-simple-picker.git"
  },
  "keywords": [
    "vue",
    "picker",
    "mobile",
    "javascript"
  ],
  "author": "duyanpeng",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/duyanpeng/vue-simple-picker/issues"
  },
  "homepage": "https://github.com/duyanpeng/vue-simple-picker#readme",
  "devDependencies": {
    "@vue/component-compiler-utils": "^2.1.0",
    "chai": "^4.1.2",
    "karma": "^2.0.4",
    "karma-chai": "^0.1.0",
    "karma-chai-spies": "^0.1.4",
    "karma-chrome-launcher": "^2.2.0",
    "karma-mocha": "^1.3.0",
    "karma-sinon-chai": "^2.0.2",
    "mocha": "^5.2.0",
    "parcel-bundler": "^1.9.4",
    "sinon": "^6.1.2",
    "sinon-chai": "^3.2.0",
    "vue-template-compiler": "^2.5.16"
  },
  "dependencies": {
    "vue": "^2.5.16",
    "vue-hot-reload-api": "^2.3.0"
  },
  "alias": {
    "vue": "./node_modules/vue/dist/vue.common.js"
  }
}
