UNPKG

bitfact

Version:

A Javascript library to fingerprint (prove) your data, text, & files on the Ethereum blockchain.

42 lines (41 loc) 895 B
{ "name": "bitfact", "version": "1.0.11", "description": "A Javascript library to fingerprint (prove) your data, text, & files on the Ethereum blockchain.", "main": "BitFact.js", "bin": { "bitfact": "cli/main.js" }, "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/zachalam/BitFact.git" }, "keywords": [ "blockchain", "crypto", "fingerprint", "ethereum", "hashing", "data-integrity" ], "author": "Zach Alam", "license": "Apache-2.0", "dependencies": { "chalk": "4.1.0", "cli-spinner": "^0.2.10", "commander": "6.2.0", "ethereumjs-tx": "2.1.2", "js-sha256": "0.9.0", "prompts": "2.4.0", "sha256-file": "1.0.0", "web3": "1.3.0" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^8.2.1", "sinon": "^9.2.1" } }