{
  "name": "ui-element-demo",
  "version": "0.0.37",
  "description": "这是一个 Vue UI 框架",
  "main": "dist/index.js",
  "scripts": {
    "dev-test": "parcel watch test/* --no-cache & karma start",
    "test": "parcel build test/* --no-cache  --no-minify && karma start --single-run",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sxfshdf/ui-element-demo.git"
  },
  "keywords": [
    "vu",
    "ui"
  ],
  "author": "sixf",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sxfshdf/ui-element-demo/issues"
  },
  "homepage": "https://github.com/sxfshdf/ui-element-demo#readme",
  "dependencies": {
    "acorn": "^6.1.0",
    "chai-spies": "^1.0.0",
    "node-sass": "^4.11.0",
    "velocity-animate": "^1.5.2",
    "vue": "^2.5.22",
    "vue-hot-reload-api": "^2.3.1"
  },
  "devDependencies": {
    "@babel/core": "^7.3.3",
    "@vue/component-compiler-utils": "^2.5.0",
    "chai": "^4.2.0",
    "karma": "^4.0.0",
    "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.11.0",
    "sass-loader": "^7.1.0",
    "sinon": "^7.2.3",
    "sinon-chai": "^3.3.0",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.2",
    "vue-template-compiler": "^2.5.22",
    "vuepress": "^0.13.1"
  },
  "alias": {
    "vue": "./node_modules/vue/dist/vue.common.js"
  },
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}
