{
  "name": "hexo-related-popular-posts",
  "version": "5.0.1",
  "main": "index.js",
  "scripts": {
    "test-normal": "mocha test/test.js",
    "test": "mocha test/test.js --require intelli-espower-loader",
    "test-cov": "istanbul cover --print both _mocha -- test/test.js --require intelli-espower-loader",
    "eslint": "eslint .",
    "eslint-fix": "eslint --fix ."
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.2",
    "columnify": "^1.5.4",
    "ga-analytics": "^0.0.7",
    "hexo-fs": "^0.2.2",
    "mkdirp": "^0.5.1",
    "moment": "^2.19.1",
    "kuromoji": "^0.1.1",
    "hasha": "^3.0.0",
    "log-util": "^1.2.0"
  },
  "devDependencies": {
    "eslint": "^4.12.0",
    "eslint-config-google": "^0.9.1",
    "hexo": "^5.0.0",
    "intelli-espower-loader": "^1.0.1",
    "istanbul": "^0.4.5",
    "mocha": "^4.0.1",
    "power-assert": "^1.4.4"
  },
  "description": "A hexo plugin that generates a list of links to related posts and popular posts. Also , this plugin can get Visitor Counts (PageView) on posts.",
  "directories": {
    "lib": "./lib",
    "test": "test/"
  },
  "author": {
    "email": "tea3gtinfo@gmail.com",
    "name": "tea3",
    "url": "https://photo-tea.com/"
  },
  "bugs": {
    "url": "https://github.com/tea3/hexo-related-popular-posts/issues"
  },
  "keywords": [
    "popularPosts",
    "relatedPosts",
    "similarPosts",
    "staticSiteGenerator",
    "hexo",
    "blog",
    "MorphologicalAnalysis",
    "node.js",
    "list",
    "helper",
    "visitorCounts",
    "pageViews",
    "pv"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "tea3gt",
      "email": "tea3gtinfo@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tea3/hexo-related-popular-posts"
  },
  "engines": {
    "node": ">=8.10.0"
  }
}
