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.
32 lines
762 B
32 lines
762 B
{
|
|
"name": "@harmony/crypto",
|
|
"version": "0.0.1",
|
|
"description": "crypto libraries for harmony",
|
|
"main": "lib/index.js",
|
|
"node": "lib/index.js",
|
|
"browser": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"jsnext:main": "dist/index.js",
|
|
"typings":"lib/index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "neeboo@firestack.one",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@harmony/utils":"^0.0.1",
|
|
"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",
|
|
"scrypt.js": "^0.3.0",
|
|
"uuid": "^3.3.2"
|
|
}
|
|
}
|
|
|