UNPKG

sodium-prebuilt

Version:
44 lines (43 loc) 933 B
{ "name": "sodium-prebuilt", "version": "1.0.22", "author": "Pedro Paixao <paixaop@gmail.com>", "license": "MIT", "description": "Prebuilds for Lib Sodium port for node.js", "dependencies": { "nan": "^2.0.9", "prebuild": "^4.1.0" }, "devDependencies": { "istanbul": ">=0.2.6", "mocha": ">=0.14.1", "mocha-istanbul": ">=0.2.0", "node-gyp": ">=1.0.2", "should": ">=2.1.0" }, "scripts": { "test": "make test", "install": "prebuild --install --preinstall make", "prebuild": "prebuild --all --preinstall make" }, "repository": { "type": "git", "url": "https://github.com/mafintosh/node-sodium-prebuilt" }, "keywords": [ "encryption", "ed25519", "curve25519", "NaCl", "libsodium", "crypto", "unique", "stamp" ], "licenses": [ { "type": "MIT", "url": "http://opensource.org/licenses/mit-license.php" } ] }