{
  "name": "dva-loading",
  "version": "3.0.25",
  "description": "Auto loading data binding plugin for dva.",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "sideEffects": false,
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/dvajs/dva"
  },
  "homepage": "https://github.com/dvajs/dva",
  "keywords": [
    "dva",
    "dva-plugin",
    "loading"
  ],
  "author": "chencheng <sorrycc@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "dva": "3.0.0-alpha.1",
    "dva-core": "2.0.4"
  },
  "peerDependencies": {
    "dva-core": "^1.1.0 || ^1.5.0-0 || ^1.6.0-0"
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@babel/runtime": "^7.0.0"
  }
}
