zw-player
Version:
a web music player
25 lines (24 loc) • 435 B
JSON
{
"name": "zw-player",
"version": "1.0.6",
"description": "a web music player",
"main": "player.vue",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"music",
"player",
"webplayer",
"musicplayer",
"vue",
"component",
"web"
],
"author": "956661947@qq.com",
"license": "ISC",
"dependencies": {
"jquery": "^3.4.1",
"axios": "^0.19.0"
}
}