{
  "name": "umi-plugin-dll",
  "version": "1.6.2",
  "main": "./lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi/tree/master/packages/umi-plugin-dll"
  },
  "homepage": "https://github.com/umijs/umi/tree/master/packages/umi-plugin-dll",
  "authors": [
    "chencheng <sorrycc@gmail.com> (https://github.com/sorrycc)"
  ],
  "bugs": {
    "url": "https://github.com/umijs/umi/issues"
  },
  "license": "MIT",
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {
    "rimraf": "2.6.3",
    "serve-static": "1.14.1"
  }
}
