This commit is contained in:
Tobias Miesel
2018-07-05 12:20:24 +02:00
committed by Manuel Bouza
parent cbf79b960c
commit 8ff93423af
9 changed files with 4399 additions and 7 deletions

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "moco-browser-extensions",
"description": "Browser plugin for MOCO",
"version": "0.9.20",
"main": "bundle.js",
"scripts": {
"webpack": "webpack --mode=development --watch"
},
"devDependencies": {
"webpack": "^4.15.0",
"webpack-cli": "^3.0.8",
"webpack-chrome-extension-reloader": "^0.8.3"
}
}