-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 783 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 783 Bytes
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
26
27
28
29
30
{
"name": "secure-web-storage",
"version": "1.0.2",
"description": "A simple wrapper for localStorage/sessionStorage that allows one to encrypt/decrypt the data being stored.",
"main": "secure-storage.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mike96Angelo/Secure-Storage.git"
},
"keywords": [
"localStorage",
"sessionStorage",
"encrypt",
"decrypt",
"storage",
"web"
],
"author": "Michaelangelo Jong",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mike96Angelo/Secure-Storage/issues"
},
"homepage": "https://github.com/Mike96Angelo/Secure-Storage#readme",
"dependencies": {
"generate-js": "^3.1.2"
}
}