{
  "name": "hexo-filter-optimize",
  "version": "0.3.1",
  "description": "A hexo plugin that optimize the pages loading speed.",
  "main": "index.js",
  "scripts": {
    "test": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/theme-next/hexo-filter-optimize.git"
  },
  "keywords": [
    "hexo",
    "NexT",
    "plugins",
    "optimization"
  ],
  "author": "Tsanie Lily",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/theme-next/hexo-filter-optimize/issues"
  },
  "homepage": "https://github.com/theme-next/hexo-filter-optimize#readme",
  "dependencies": {
    "bluebird": "^3.7.2",
    "jsdom": "^16.2.1",
    "micromatch": "^4.0.2"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-theme-next": "^1.1.4"
  }
}
