Files
webextensions-examples/webpack-modules/package.json
Martin Giger ec034f70a2 Updates to the webpacked example (#200)
* Notes on AMO reviews, update to webpack 2 and use better reset style for panel footer button

* Link to webpack-webext-plugin in live-dev section
2017-04-10 14:14:19 -07:00

17 lines
379 B
JSON

{
"name": "webpack-webextension",
"version": "1.0.0",
"description": "A minimal example of how to use npm modules from within a WebExtension.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"license": "MPL-2.0",
"devDependencies": {
"webpack": "^2.3.2"
},
"dependencies": {
"left-pad": "^1.1.1"
}
}