Skip to content

Commit

Permalink
added keywords and repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
deiu committed Sep 9, 2019
1 parent 17d7edf commit 36a2c1e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@
"description": "Secure IndexedDB store using encryption",
"author": "Andrei Sambra",
"license": "MIT",
"keywords": [
"indexeddb",
"webcrypto api",
"cryptography",
"key derivation",
"secure storage"
],
"repository": {
"type" : "git",
"url" : "https://github.com/AkashaProject/secure-webstore.git"
},
"main": "dist/securestore.js",
"module": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 36a2c1e

Please sign in to comment.