diff --git a/public/package-lock.json b/public/package-lock.json new file mode 100644 index 0000000..298c1ad --- /dev/null +++ b/public/package-lock.json @@ -0,0 +1,43 @@ +{ + "name": "wallet", + "version": "0.1.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "wallet", + "version": "0.1.0", + "license": "SEE LICENSE IN LICENSE", + "dependencies": { + "@dashincubator/secp256k1": "^1.7.1-5", + "dashhd": "^3.3.3", + "dashkeys": "^1.1.5", + "dashphrase": "^1.4.0" + } + }, + "node_modules/@dashincubator/secp256k1": { + "version": "1.7.1-5", + "resolved": "https://registry.npmjs.org/@dashincubator/secp256k1/-/secp256k1-1.7.1-5.tgz", + "integrity": "sha512-3iA+RDZrJsRFPpWhlYkp3EdoFAlKjdqkNFiRwajMrzcpA/G/IBX0AnC1pwRLkTrM+tUowcyGrkJfT03U4ETZeg==", + "license": "MIT" + }, + "node_modules/dashhd": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/dashhd/-/dashhd-3.3.3.tgz", + "integrity": "sha512-sbhLV8EtmebnlIdx/d1hcbnxdfka/0rcLx+UO5y44kZdu5tyJ5ftBFbhhIb38vd+T+Xfcwpeo0z+0ZDznRkfaw==", + "license": "SEE LICENSE IN LICENSE" + }, + "node_modules/dashkeys": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/dashkeys/-/dashkeys-1.1.5.tgz", + "integrity": "sha512-ohHoe3bNeWZPsVxmOrWFaqZrJP3GeuSk6AtAawUCx0ZXVkTraeDQyMMp7ewhy3OEHkvs5yy6woMAQnwhmooX8w==", + "license": "SEE LICENSE IN LICENSE" + }, + "node_modules/dashphrase": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/dashphrase/-/dashphrase-1.4.0.tgz", + "integrity": "sha512-o+LdiPkiYmg07kXBE+2bbcJzBmeTQVPn1GS2XlQeo8lene+KknAprSyiYi5XtqV/QVgNjvzOV7qBst2MijSPAA==", + "license": "SEE LICENSE IN LICENSE" + } + } +} diff --git a/public/package.json b/public/package.json new file mode 100644 index 0000000..727ad4d --- /dev/null +++ b/public/package.json @@ -0,0 +1,32 @@ +{ + "name": "wallet", + "version": "0.1.0", + "description": "Digital Cash Cryptocurrency DASH wallet", + "main": "index.html", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/dashhive/DashJoin.js.git" + }, + "keywords": [ + "Digital", + "Cash", + "Cryptocurrency", + "DASH", + "wallet" + ], + "author": "AJ ONeal (https://therootcompany.com/)", + "license": "SEE LICENSE IN LICENSE", + "bugs": { + "url": "https://github.com/dashhive/DashJoin.js/issues" + }, + "homepage": "https://github.com/dashhive/DashJoin.js#readme", + "dependencies": { + "@dashincubator/secp256k1": "^1.7.1-5", + "dashhd": "^3.3.3", + "dashkeys": "^1.1.5", + "dashphrase": "^1.4.0" + } +}