1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-29 14:43:31 +00:00

search service with lunr implementation

This commit is contained in:
Kyle Spearrin
2018-02-28 15:15:10 -05:00
parent e3b3e444db
commit 6aef18ee7f
6 changed files with 88 additions and 1 deletions

View File

@@ -33,7 +33,9 @@
"typescript": "^2.7.1"
},
"dependencies": {
"lunr": "2.1.6",
"node-forge": "0.7.1",
"@types/lunr": "2.1.5",
"@types/node-forge": "0.7.1",
"@types/webcrypto": "0.0.28"
}