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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
{
"name" : "unlock-music" ,
"version" : "1.4.1" ,
"updateInfo" : "支持.qmc2; qq音乐显示封面图片; 界面优化; 修复GBK编码ID3信息" ,
"license" : "MIT" ,
"description" : "Unlock encrypted music file in browser." ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/ix64/unlock-music"
} ,
"private" : true ,
"scripts" : {
"serve" : "vue-cli-service serve" ,
"build" : "vue-cli-service build" ,
"fix-compatibility" : "node ./src/fix-compatibility.js"
} ,
"dependencies" : {
"browser-id3-writer" : "^4.4.0" ,
"core-js" : "^3.6.4" ,
"crypto-js" : "^4.0.0" ,
"element-ui" : "^2.13.0" ,
"iconv-lite" : "^0.5.1" ,
"music-metadata-browser" : "^2.0.5" ,
"register-service-worker" : "^1.7.1" ,
"vue" : "^2.6.11"
} ,
"devDependencies" : {
"@vue/cli-plugin-babel" : "^4.3.0" ,
"@vue/cli-plugin-pwa" : "^4.3.0" ,
"@vue/cli-service" : "^4.3.0" ,
"babel-plugin-component" : "^1.1.1" ,
"vue-cli-plugin-element" : "^1.0.1" ,
"vue-template-compiler" : "^2.6.11" ,
"workerize-loader" : "^1.1.0"
}
}