-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.67 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "recheck-clientjs-library",
"version": "1.0.23-beta",
"description": "Encryption library that uses two PKI key pairs. ",
"author": "ReCheck BV <info@recheck.io>",
"scripts": {
"build": "browserify ./bundle.js -o ./browserify/recheck-web-client.js",
"browserify": "browserify ../recheck-clientjs-library/bundle.js -o ../recheck-clientjs-library/browserify/recheck-web-client.js && rm ../recheck-gui/html/js/recheck/recheck-web-client.js; cp ../recheck-clientjs-library/browserify/recheck-web-client.js ../recheck-gui/html/js/recheck/recheck-web-client.js"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"@metamask/eth-sig-util": "^4.0.1",
"aes256": "^1.0.4",
"atob": "^2.1.2",
"axios": "^0.19.0",
"bs58": "^5.0.0",
"bs58check": "^2.1.2",
"btoa": "^1.2.1",
"commander": "^3.0.2",
"diceware": "0.0.1",
"eth-crypto": "^1.5.2",
"ethereumjs-util": "^7.1.5",
"js-sha3": "^0.8.0",
"json-stable-stringify": "latest",
"near-api-js": "^0.45.1",
"near-seed-phrase": "^0.2.0",
"secp256k1": "^3.8.0",
"session25519": "^1.1.0",
"streamsaver": "^2.0.6",
"tweetnacl": "^1.0.3",
"tweetnacl-util": "^0.15.0",
"web-streams-polyfill": "^3.0.3",
"web3": "^1.7.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReCheck-io/recheck-clientjs-library.git"
},
"bugs": {
"url": "https://github.com/ReCheck-io/recheck-clientjs-library/issues"
},
"homepage": "https://github.com/ReCheck-io/recheck-clientjs-library#readme",
"keywords": [
"encryption",
"npm",
"blockchain",
"PKI"
],
"devDependencies": {
"browserify": "^17.0.0"
}
}