mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
18 lines
384 B
JSON
18 lines
384 B
JSON
{
|
|
"name": "webamp-webpack-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": {
|
|
"webamp": "1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.3.0"
|
|
}
|
|
}
|