mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 16:20:49 +00:00
20 lines
418 B
JSON
20 lines
418 B
JSON
{
|
|
"name": "webamp-webpack-lazy-example",
|
|
"version": "0.0.0",
|
|
"description": "An example of using Webamp within a Webpack bundle",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "webpack index.js -o bundle.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"butterchurn": "^2.6.7",
|
|
"webamp": "1.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.3.0"
|
|
}
|
|
}
|