sha3-256
Version:
sha3 256 converter js and command line tool.
32 lines (31 loc) • 673 B
JSON
{
"name": "sha3-256",
"version": "1.0.2",
"author": "@ilanolkies",
"scripts": {
"start": "node sha3-256.js",
"test": "mocha && standard"
},
"description": "sha3 256 converter js and command line tool.",
"main": "lib/index.js",
"dependencies": {
"crypto-js": "^3.1.9-1",
"readline": "^1.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ilanolkies/sha3-256-tool.git"
},
"keywords": [
"crypto",
"sha3",
"keccak",
"sha3-256"
],
"homepage": "https://github.com/ilanolkies/sha3-256-tool#readme",
"license": "MIT",
"devDependencies": {
"mocha": "^5.2.0",
"standard": "^12.0.1"
}
}