@exodus/keccak
Version:
Keccak sponge function family
54 lines (53 loc) • 1.12 kB
JSON
{
"name": "@exodus/keccak",
"version": "3.0.4-exodus.0",
"description": "Keccak sponge function family",
"keywords": [
"sha3",
"sha-3",
"keccak",
"shake"
],
"bugs": {
"url": "https://github.com/cryptocoinjs/keccak/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cryptocoinjs/keccak.git"
},
"license": "MIT",
"contributors": [
"Kirill Fomichev <fanatid@ya.ru> (https://github.com/fanatid)"
],
"main": "./index.js",
"browser": {
"./index.js": "./js.js"
},
"files": [
"lib/**/*.js",
"js.js",
"index.js"
],
"scripts": {
"lint": "standard",
"test": "tape test/index.js | tap-dot"
},
"dependencies": {
"readable-stream": "^3.6.0"
},
"devDependencies": {
"browserify": "^16.5.0",
"node-gyp": "^5.0.7",
"nyc": "^15.0.0",
"prebuildify": "^3.0.4",
"prebuildify-cross": "github:prebuild/prebuildify-cross#v4.0.0",
"proxyquire": "^2.1.3",
"standard": "^14.3.1",
"tap-dot": "^2.0.0",
"tape": "^4.12.0",
"yargs": "^15.0.2"
},
"engines": {
"node": ">=10.0.0"
}
}