hexo-butterfly-douban
Version:
Generate douban pages of books , movies and games for Hexo.
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "hexo-butterfly-douban",
"version": "1.2.5",
"description": "Generate douban pages of books , movies and games for Hexo.",
"main": "index",
"scripts": {
"eslint": "eslint .",
"test": "mocha test/index.js",
"test-cov": "istanbul cover --print both _mocha -- test/index.js"
},
"dependencies": {
"@xmldom/xmldom": "^0.8.0",
"ejs": "^3.1.6",
"hexo-fs": "^3.1.0",
"hexo-i18n": "^1.0.0",
"hexo-log": "^3.0.0",
"urllib-sync": "jerryc127/urllib-sync",
"xpath": "^0.0.32"
},
"repository": {
"type": "git",
"url": "https://github.com/jerryc127/butterfly-plugins.git"
},
"keywords": [
"generator",
"plugin",
"books",
"movies",
"hexo",
"douban",
"butterfly",
"hexo-theme-butterfly"
],
"devDependencies": {
"bluebird": "^3.7.2",
"chai": "^4.3.4",
"hexo": "^5.4.0",
"istanbul": "^0.4.1",
"mocha": "^9.0.1"
},
"author": "Jerry",
"license": "MIT",
"homepage": "https://github.com/jerryc127/butterfly-plugins/tree/main/hexo-butterfly-douban"
}