webamp/examples/webpack/package.json
2018-06-27 23:34:23 -07:00

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.1.2"
}
}