forked from philippederyck/pws-codesamples-browsersecrets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 708 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "pws-codesamples-browsersecrets",
"version": "0.1.0",
"description": "Code examples for the cheat sheet on keeping secrets in the browser",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/philippederyck/pws-codesamples-browsersecrets.git"
},
"author": "Philippe De Ryck",
"license": "ISC",
"bugs": {
"url": "https://github.com/philippederyck/pws-codesamples-browsersecrets/issues"
},
"homepage": "https://github.com/philippederyck/pws-codesamples-browsersecrets#readme",
"dependencies": {
"base64-js": "^1.3.0",
"js-sha256": "^0.9.0"
}
}