{
  "name": "min-wheel",
  "version": "0.1.0",
  "description": "一个小型的基于 Vue 的 UI 框架",
  "main": "dist/index.js",
  "scripts": {
    "start": "parcel index.html --no-cache",
    "dev-test": "parcel watch test/* --no-cache & karma start",
    "test": "parcel build test/* --no-minify && karma start --single-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/strugglebak/min-wheel.git"
  },
  "keywords": [
    "min-wheel",
    "vue",
    "ui"
  ],
  "author": "strugglebak",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/strugglebak/min-wheel/issues"
  },
  "homepage": "https://github.com/strugglebak/min-wheel#readme",
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "chai-spies": "^1.0.0",
    "vue": "^2.5.21",
    "vue-hot-reload-api": "^2.3.1"
  },
  "devDependencies": {
    "@vue/component-compiler-utils": "^2.5.0",
    "chai": "^4.2.0",
    "karma": "^3.1.4",
    "karma-chai": "^0.1.0",
    "karma-chai-spies": "^0.1.4",
    "karma-chrome-launcher": "^2.2.0",
    "karma-firefox-launcher": "^1.1.0",
    "karma-mocha": "^1.3.0",
    "karma-sinon-chai": "^2.0.2",
    "mocha": "^5.2.0",
    "parcel-bundler": "^1.11.0",
    "sass": "^1.15.3",
    "sinon": "^7.2.2",
    "sinon-chai": "^3.3.0",
    "vue-template-compiler": "^2.5.21"
  },
  "alias": {
    "vue": "./node_modules/vue/dist/vue.common.js"
  }
}
