{
  "name": "leoutil",
  "version": "1.2.0",
  "description": "Leo 公共工具库",
  "main": "./dist/leoutil.min.js",
  "module": "/src/index.js",
  "scripts": {
    "build": "webpack --config webpack.config.js"
  },
  "author": "Leo",
  "keywords": [
    "uitls",
    "leo"
  ],
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/leochan2017/util/issues"
  },
  "homepage": "https://github.com/leochan2017/util",
  "dependencies": {
    "lodash": "^4.17.15",
    "webpack": "^4.37.0"
  },
  "devDependencies": {
    "babel-core": "^6.22.1",
    "babel-loader": "^7.1.1",
    "uglifyjs-webpack-plugin": "^1.1.1",
    "webpack-cli": "^3.3.6"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leochan2017/util.git"
  }
}