mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
15 lines
329 B
JSON
15 lines
329 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 bundle.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"webpack-cli": "^2.0.13",
|
|
"webamp": "1.2.0"
|
|
}
|
|
}
|