You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
860 B
35 lines
860 B
6 years ago
|
{
|
||
8 months ago
|
"name": "@woop-js/crypto",
|
||
2 years ago
|
"version": "0.1.58",
|
||
8 months ago
|
"description": "crypto libraries for woop",
|
||
6 years ago
|
"main": "dist/index.js",
|
||
|
"node": "dist/index.js",
|
||
6 years ago
|
"browser": "dist/index.js",
|
||
6 years ago
|
"module": "dist/index.esm.js",
|
||
|
"jsnext:main": "dist/index.esm.js",
|
||
6 years ago
|
"typings": "dist/index.d.ts",
|
||
6 years ago
|
"types": "dist/index.d.ts",
|
||
6 years ago
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "neeboo@firestack.one",
|
||
6 years ago
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
5 years ago
|
"license": "MIT",
|
||
6 years ago
|
"dependencies": {
|
||
8 months ago
|
"@woop-js/utils": "0.1.58",
|
||
6 years ago
|
"aes-js": "^3.1.2",
|
||
|
"bip39": "^2.5.0",
|
||
|
"bn.js": "^4.11.8",
|
||
|
"elliptic": "^6.4.1",
|
||
|
"hdkey": "^1.1.1",
|
||
|
"hmac-drbg": "^1.0.1",
|
||
|
"js-sha3": "^0.8.0",
|
||
|
"pbkdf2": "^3.0.17",
|
||
2 years ago
|
"scrypt.js": "^0.3.0",
|
||
6 years ago
|
"uuid": "^3.3.2"
|
||
6 years ago
|
},
|
||
5 years ago
|
"gitHead": "56606e9365721729a490c27d6a294e0daf90fbdf"
|
||
6 years ago
|
}
|