{
  "name": "vue-fun-loading",
  "description": "all kinds of loading components of vue",
  "version": "1.1.1",
  "license": "MIT",
  "private": false,
  "main": "dist/vue-fun-loading.js",
  "scripts": {
    "dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.config.dev.js --open",
    "build": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.pro.js",
    "lib": "cross-env NODE_ENV=production webpack --config ./build/webpack.config.lib.js",
    "lint": "eslint --ext .js,.vue src",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "files": [
    "dist",
    "lib"
  ],
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ],
  "keywords": [
    "loading",
    "vue"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/OwnGhy/vue-fun-loading.git"
  },
  "author": "OwnGhy <919986426@qq.com>",
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "clean-webpack-plugin": "^2.0.1",
    "cross-env": "^5.2.0",
    "css-loader": "^1.0.1",
    "eslint": "^5.16.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-config-vue": "^2.0.2",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-promise": "^4.1.1",
    "eslint-plugin-standard": "^4.0.0",
    "eslint-plugin-vue": "^5.2.2",
    "extract-text-webpack-plugin": "^4.0.0-beta.0",
    "html-webpack-plugin": "^3.2.0",
    "less": "^3.9.0",
    "less-loader": "^4.1.0",
    "raw-loader": "^2.0.0",
    "url-loader": "^1.1.2",
    "vue": "^2.6.10",
    "vue-juri": "^1.0.1",
    "vue-loader": "^14.2.2",
    "vue-template-compiler": "^2.6.10",
    "webpack": "^4.30.0",
    "webpack-cli": "^3.3.0",
    "webpack-dev-server": "^3.3.1",
    "webpack-merge": "^4.2.1"
  }
}
