X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=209c46c6ccbe35bbcef33d9d26a929401f6b4c70;hb=74ba949d7e028deff7f2364a34287058e1d1972a;hp=20afb4259383f6150131d5d55b69c7b1da5c349c;hpb=6cb364a2c123b96d245b1ca3c330fd0042c74cd1;p=github%2Fwallabag%2Fwallabag.git diff --git a/package.json b/package.json index 20afb425..209c46c6 100644 --- a/package.json +++ b/package.json @@ -77,6 +77,7 @@ "grunt-contrib-copy": "^1.0.0", "grunt-contrib-symlink": "^1.0.0", "grunt-contrib-uglify": "^1.0.0", + "grunt-contrib-watch": "^1.0.0", "grunt-eslint": "^19.0.0", "grunt-postcss": "^0.8.0", "grunt-stylelint": "^0.6.0", @@ -99,5 +100,9 @@ "stylelint": "^7.3.1", "stylelint-config-standard": "^13.0.2", "through": "^2.3.8" + }, + "dependencies": { + "jr-qrcode": "^1.0.5", + "mousetrap": "^1.6.0" } }