UNPKG

742 BJSONView Raw
1{
2 "name": "blake2b",
3 "version": "2.1.2",
4 "description": "Blake2b (64-bit version) in pure Javascript",
5 "main": "index.js",
6 "dependencies": {
7 "blake2b-wasm": "^1.1.0",
8 "nanoassert": "^1.0.0"
9 },
10 "devDependencies": {
11 "browserify": "^14.4.0",
12 "coverify": "^1.4.1",
13 "tape": "^4.6.3"
14 },
15 "scripts": {
16 "test": "tape test.js",
17 "cov": "browserify -t coverify test.js | node | coverify"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/emilbayes/blake2b.git"
22 },
23 "keywords": [],
24 "author": "Emil Bay <github@tixz.dk>",
25 "license": "ISC",
26 "bugs": {
27 "url": "https://github.com/emilbayes/blake2b/issues"
28 },
29 "homepage": "https://github.com/emilbayes/blake2b#readme"
30}