-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 895 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
26
27
28
29
30
31
32
33
34
{
"name": "@wault-pw/srp6a-webcrypto",
"version": "1.0.9",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wault-pw/srp6a-webcrypto.git"
},
"author": "Wault OÜ <[email protected]>",
"license": "AGPL-3.0",
"scripts": {
"test": "cypress run -C cypress.unit.json",
"build": "tsc"
},
"devDependencies": {
"@types/web": "0.0.59",
"cypress": "^9.5.3",
"typescript": "4.6.2"
},
"dependencies": {
"@wault-pw/srp6a-webcrypto": "1.0.7",
"big-integer": "^1.6.51"
},
"types": "./dist/index.d.ts",
"description": "Pure javascript implementation of SRP-6a (RFC-5054, RFC-2945) using web-crypto",
"bugs": {
"url": "https://github.com/wault-pw/srp6a-webcrypto/issues"
},
"homepage": "https://github.com/wault-pw/srp6a-webcrypto#readme",
"keywords": [
"srp6a",
"webcrypto"
]
}