{
  "name": "celeste-test-1",
  "version": "0.0.2",
  "description": "这是一个 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"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CelesteWeng/gulu.git"
  },
  "keywords": [
    "vue",
    "ui"
  ],
  "author": "celesteweng",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CelesteWeng/gulu/issues"
  },
  "homepage": "https://github.com/CelesteWeng/gulu#readme",
  "dependencies": {
    "chai": "^4.2.0",
    "vue": "^2.6.10",
    "vue-hot-reload-api": "^2.3.3"
  },
  "devDependencies": {
    "@vue/component-compiler-utils": "^3.0.0",
    "chai-spies": "^1.0.0",
    "chat": "^0.6.0",
    "karma": "^4.1.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": "^6.1.3",
    "parcel-bundler": "^1.12.3",
    "sass": "^1.18.0",
    "sinon": "^7.3.2",
    "sinon-chai": "^3.3.0",
    "vue-template-compiler": "^2.6.10"
  },
  "alias": {
    "vue": "./node_modules/vue/dist/vue.common.js"
  }
}
