1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-31 23:53:37 +00:00

webext tools for firefox

This commit is contained in:
Kyle Spearrin
2017-08-31 15:07:39 -04:00
parent 44f1ce621d
commit cb7c35ad77
2 changed files with 30 additions and 5 deletions

View File

@@ -1,6 +1,9 @@
{
"name": "bitwarden",
"version": "0.0.0",
"scripts": {
"start:firefox": "web-ext run --source-dir ./dist/"
},
"devDependencies": {
"jquery": "2.2.4",
"bootstrap": "3.3.7",
@@ -34,6 +37,9 @@
"node-forge": "0.7.1",
"webpack-stream": "4.0.0",
"gulp-json-editor": "2.2.1",
"papaparse": "4.3.5"
"papaparse": "4.3.5",
"web-ext": "2.0.0",
"child_process": "1.0.2",
"gulp-util": "3.0.8"
}
}