UNPKG

sodium-native

Version:
40 lines (39 loc) 1.35 kB
{ "name": "sodium-native", "version": "3.0.1", "description": "Low level bindings for libsodium", "main": "index.js", "dependencies": { "ini": "^1.3.5", "node-gyp-build": "^4.2.0" }, "devDependencies": { "prebuildify": "^3.0.4", "sodium-test": "^0.8.0", "sodium-vectors": "^1.0.0", "standard": "^14.3.1", "tape": "^4.13.0" }, "scripts": { "dev": "node-gyp rebuild", "fetch-libsodium": "git submodule update --recursive --init", "test": "standard && tape \"test/*.js\"", "install": "node-gyp-build \"node preinstall.js\" \"node postinstall.js\"", "prebuild": "prebuildify --napi --strip --preinstall \"node preinstall.js\" --postinstall \"node postinstall.js\"", "prebuild-ia32": "prebuildify --arch=ia32 --napi --strip --preinstall \"node preinstall.js\" --postinstall \"node postinstall.js\"" }, "repository": { "type": "git", "url": "https://github.com/sodium-friends/sodium-native.git" }, "contributors": [ "Emil Bay <github@tixz.dk> (http://bayes.dk)", "Mathias Buus <mathiasbuus@gmail.com> (https://mafinto.sh)", "Christophe Diederichs <chm-diederichs@hyperdivision.dk>" ], "license": "MIT", "bugs": { "url": "https://github.com/sodium-friends/sodium-native/issues" }, "homepage": "https://github.com/sodium-friends/sodium-native" }