{ "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" } }