-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 959 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "secured-storage",
"version": "1.0.6",
"description": "This is a secure way of storing key value in the browser based on localstorage and with military-grade encryption.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Gerardo Flores",
"license": "ISC",
"keywords": ["secured_storage", "javascript", "hacking", "security", "Browser's Local Storage", "Browser's Session Storage", "Securing browser's storage", "Encrypting local storage", "asyncstorage", "secure", "storage", "secure storage web"],
"dependencies": {
"blueimp-md5": "^2.19.0",
"crypto": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gerardofloresdev/SecuredStorage.git"
},
"bugs": {
"url": "https://github.com/gerardofloresdev/SecuredStorage/issues"
},
"homepage": "https://github.com/gerardofloresdev/SecuredStorage#readme"
}