mp3player
Version:
A mp3 player,get data by ajax and play by audiocontext or mediasource.it can download and reprocessing while playing
36 lines • 1.07 kB
JSON
{
"name": "mp3player",
"version": "1.0.5",
"description": "A mp3 player,get data by ajax and play by audiocontext or mediasource.it can download and reprocessing while playing",
"main": "dist/player.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wanls4583/mp3player.git"
},
"keywords": [
"mp3",
"player",
"audio",
"decode",
"mediasource",
"audiocontext"
],
"author": "lisong",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.22.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"scripts": {
"dev": "webpack-dev-server --hot --host 0.0.0.0 --inline --config webpack.dev.config.js",
"build:prod": "webpack --config webpack.prod.config.js",
"build:example": "webpack --config webpack.example.config.js"
}
}