UNPKG

brave-crypto

Version:

Crypto utils for Brave Browser

49 lines (48 loc) 1.1 kB
{ "name": "brave-crypto", "version": "1.0.2", "description": "Crypto utils for Brave Browser", "keywords": [ "nacl", "tweetnacl", "crypto", "cryptography", "random", "entropy", "encryption" ], "homepage": "http://www.github.com/brave/crypto", "main": "index.js", "devDependencies": { "@types/node": "20.14.8", "browserify": "16.5.2", "jsdoc-to-markdown": "7.1.1", "standard": "16.0.4", "tape": "4.17.0", "typescript": "5.5.2" }, "scripts": { "build": "tsc && browserify index.js -o browser/crypto.js", "lint": "standard", "lint-fix": "standard --fix", "jsdoc": "jsdoc2md index.js > docs/api.md", "test": "tape test/**/*.js", "compile": "tsc" }, "author": "yan <yan@brave.com", "repository": { "type": "git", "url": "git://github.com/brave/crypto.git" }, "license": "MPL-2.0", "dependencies": { "bip39": "^2.6.0", "niceware": "^1.0.7", "tweetnacl": "^1.0.3" }, "resolutions": { "hosted-git-info": "3.0.8", "underscore": "1.12.1" }, "types": "index.d.ts" }