{
  "name": "coc-nuxt-iview",
  "version": "4.0.1",
  "description": "coc engine based implementation for nuxt-iview applications",
  "main": "dist/coc-nuxt-iview.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack --config webpack.config.js",
    "build": "node_modules/.bin/webpack",
    "watch": "npm run build -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CocJS/Nuxt-iView-plugin.git"
  },
  "dependencies": {
    "@nuxtjs/axios": "^5.3.3",
    "lodash": "^4.17.11",
    "moment": "^2.22.2",
    "moment-timezone": "^0.5.21"
  },
  "keywords": [
    "coc",
    "cocjs",
    "nuxt",
    "iview"
  ],
  "author": "Amr",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CocJS/Nuxt-iView-plugin/issues"
  },
  "homepage": "https://github.com/CocJS/Nuxt-iView-plugin#readme",
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/preset-env": "^7.1.6",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.7.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "css-loader": "^1.0.0",
    "mini-css-extract-plugin": "^0.4.2",
    "node-sass": "^4.9.3",
    "nuxt": "^2.0.0",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "sass-loader": "^7.1.0",
    "style-loader": "^0.22.1",
    "uglifyjs-webpack-plugin": "^2.0.1",
    "vue": "^2.5.17",
    "vue-loader": "^15.4.2",
    "vue-style-loader": "^4.1.2",
    "vue-template-compiler": "^2.5.17",
    "webpack": "^4.17.1",
    "webpack-cli": "^3.1.0"
  }
}
