keybase-nacl
Version:
A small wrapper library to switch between C and JS NaCl depending on the install
39 lines (38 loc) • 871 B
JSON
{
"name": "keybase-nacl",
"version": "1.1.4",
"description": "A small wrapper library to switch between C and JS NaCl depending on the install",
"main": "lib/main.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "github.com/keybase/node-nacl"
},
"keywords": [
"NaCl",
"libsodium"
],
"author": "Maxwell Krohn",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/keybase/node-nacl/issues"
},
"homepage": "https://github.com/keybase/node-nacl",
"devDependencies": {
"browserify": "^16.2.3",
"iced-coffee-script": "^108.0.11",
"iced-test": "0.0.27",
"icsify": "^0.7.0",
"nyc": "^14.1.1"
},
"optionalDependences": {
"sodium": "^3.0.2"
},
"dependencies": {
"iced-runtime": "^1.0.2",
"tweetnacl": "^0.13.1",
"uint64be": "^1.0.1"
}
}