加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 922 Bytes
一键复制 编辑 原始数据 按行查看 历史
zsw 提交于 2021-09-09 18:52 . VERSION 1.1.4
{
"name": "@vuepress-reco/vuepress-plugin-bgm-player",
"version": "1.1.4",
"description": "bgm player plugin for vuepress themes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint-ext": "eslint --ext .js,.vue ./",
"eslint-fix": "eslint --fix --ext .js,.vue ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuepress-reco/vuepress-plugin-bgm-player.git"
},
"keywords": [
"vuepress-theme-reco",
"bgm player",
"vuepress",
"music player"
],
"author": "zsw <zsw0407@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuepress-reco/vuepress-plugin-bgm-player/issues"
},
"homepage": "https://vuepress-theme-reco.recoluan.com/views/plugins/bgmPlayer.html",
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.4.0",
"eslint-plugin-vue": "^5.2.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化