{
  "name": "blj-lemon-imui",
  "private": false,
  "version": "1.7.6",
  "main": "dist/index.umd.min.js",
  "description": "基于 VUE2.0 的 IM 聊天组件",
  "homepage": "http://june000.gitee.io/lemon-im/",
  "keywords": [
    "vue",
    "im",
    "chat",
    "vueim",
    "vuechat",
    "webim",
    "webchat"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fanjyy/lemon-imui.git"
  },
  "scripts": {
    "serve": "vue-cli-service serve",
    "build": "vue-cli-service build --target lib --name index packages/index.js",
    "build-examples": "vue-cli-service build --dest examples/dist examples/main.js",
    "lint": "vue-cli-service lint"
  },
  "peerDependencies": {
    "vue": "^2.6.10"
  },
  "devDependencies": {
    "@vue/cli-plugin-babel": "^3.6.0",
    "@vue/cli-plugin-eslint": "^3.6.0",
    "@vue/cli-service": "^3.6.0",
    "@vue/eslint-config-prettier": "^4.0.1",
    "babel-eslint": "^10.0.2",
    "eslint": "^5.16.0",
    "eslint-plugin-vue": "^5.2.3",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.2",
    "vue-template-compiler": "^2.5.21"
  },
  "author": "blj",
  "license": "MIT"
}
