{
  "name": "wodax-umi-plugin-locale",
  "version": "1.0.1",
  "umi-name": "umi-plugin-locale",
  "umi-version": "2.8.0",
  "description": "A umi plugin for provide internationalization function.",
  "main": "./lib/index.js",
  "browser": {
    "./lib/index.js": "./lib/locale.js"
  },
  "authors": [
    "sunzhifeng <sunzhifeng@woda.ink> (https://github.com/wodax)"
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/wodax/wodax-umi/tree/master/packages/umi-plugin-locale"
  },
  "homepage": "http://github.com/wodax/wodax-umi/tree/master/packages/umi-plugin-locale",
  "bugs": {
    "url": "http://github.com/wodax/wodax-umi/issues"
  },
  "license": "MIT",
  "files": [
    "lib",
    "src",
    "template",
    "index.d.ts"
  ],
  "keywords": [
    "umi",
    "wodax-umi"
  ],
  "dependencies": {
    "globby": "7.1.1",
    "intl": "1.2.5",
    "lodash.groupby": "4.6.0",
    "moment": "2.x",
    "mustache": "3.0.1",
    "prop-types": "15.6.2",
    "react-intl": "2.7.2",
    "wodax-umi-utils": "1.0.1"
  }
}
