{
  "name": "weixin-share",
  "version": "1.3.3",
  "description": "An easier way to call Wechat share on a web page.",
  "main": "build/WxShare.js",
  "scripts": {
    "test": "jest",
    "build": "cross-env NODE_ENV=development webpack --progress --display-modules --display-reasons --display-error-details --color && cross-env NODE_ENV=production webpack --progress --optimize-minimize",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cycdpo/weixin-share.git"
  },
  "keywords": [
    "Wechat",
    "wexin",
    "share"
  ],
  "author": "cycjimmy <cycjimmy@gmail.com> (https://github.com/cycjimmy)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cycdpo/weixin-share/issues"
  },
  "homepage": "https://github.com/cycdpo/weixin-share#readme",
  "devDependencies": {
    "@babel/core": "^7.6.4",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/preset-env": "^7.6.3",
    "babel-jest": "^24.9.0",
    "babel-loader": "^8.0.6",
    "clean-webpack-plugin": "^3.0.0",
    "cross-env": "^6.0.3",
    "jest": "^24.9.0",
    "uglify-js": "^3.6.1",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.41.0",
    "webpack-cli": "^3.3.9"
  },
  "dependencies": {
    "@cycjimmy/awesome-js-funcs": "^1.0.1",
    "object-assign": "^4.1.1"
  }
}
