-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 922 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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 <[email protected]>",
"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"
}
}