mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
19 lines
402 B
JSON
19 lines
402 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.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "^4.29.6",
|
|
"webpack-cli": "^3.3.0"
|
|
},
|
|
"prettier": {}
|
|
}
|