You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
743 B
JSON
29 lines
743 B
JSON
{
|
|
"name": "hexo-tag-bilibili-bangumi",
|
|
"version": "1.0.1",
|
|
"description": "Embed Bilibili bangumi progress in Hexo posts or pages",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \\\"Error: no test specified\\\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hans362/hexo-tag-bilibili-bangumi.git"
|
|
},
|
|
"keywords": [
|
|
"bangumi"
|
|
],
|
|
"author": "Hans Yu",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/hans362/hexo-tag-bilibili-bangumi/issues"
|
|
},
|
|
"homepage": "https://github.com/hans362/hexo-tag-bilibili-bangumi#readme",
|
|
"dependencies": {
|
|
"bilibili-bangumi-js": "^1.0.6",
|
|
"hexo-fs": "^3.1.0",
|
|
"hexo-log": "^3.0.0",
|
|
"hexo-util": "^3.1.0"
|
|
}
|
|
}
|