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

setup storage service and log in

This commit is contained in:
Kyle Spearrin
2018-05-13 00:19:14 -04:00
parent 8f49b58d2e
commit 70c7b182ae
9 changed files with 151 additions and 8 deletions

View File

@@ -25,6 +25,9 @@
},
"dependencies": {
"commander": "^2.15.1",
"node-fetch": "2.1.2",
"node-localstorage": "1.3.1",
"tsconfig-paths": "3.3.2",
"ts-node": "6.0.3",
"typescript": "^2.7.1"
}