owallet.js
Version:
Very lightweight Obyte wallet. It works everywhere where you can run JS.
36 lines (35 loc) • 743 B
JSON
{
"name": "owallet.js",
"version": "0.0.7",
"description": "",
"main": "index.js",
"scripts": {
"all": "gulp all",
"lib": "gulp lib",
"generator": "gulp generator"
},
"keywords": [
"obyte",
"js",
"online",
"wallet"
],
"author": "xJeneK",
"license": "MIT",
"dependencies": {
"@olabs/obyte": "^0.1.10",
"aes-js": "^3.1.2",
"bip32": "^2.0.5",
"bip39": "^3.0.2",
"browserify": "^16.5.0",
"get-random-values": "^1.2.0",
"gulp": "^4.0.2",
"gulp-uglify-es": "^2.0.0",
"js-sha256": "^0.9.0",
"react-native": "^0.62.0",
"react-native-bip39": "^2.3.0",
"simple-crypto-js": "^2.2.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}