UNPKG

sodium-native

Version:
55 lines (54 loc) 1.3 kB
{ "name": "sodium-native", "version": "5.0.6", "description": "Low level bindings for libsodium", "main": "index.js", "files": [ "index.js", "binding.cc", "binding.js", "extensions", "prebuilds", "CMakeLists.txt" ], "addon": true, "dependencies": { "require-addon": "^1.1.0", "which-runtime": "^1.2.1" }, "devDependencies": { "bare-compat-napi": "^1.3.5", "brittle": "^3.16.2", "cmake-bare": "^1.6.1", "cmake-fetch": "^1.4.3", "cmake-napi": "^1.2.1", "standard": "^17.1.2" }, "scripts": { "test": "standard && npm run test:node && npm run test:bare", "test:node": "node test/all.js", "test:bare": "bare test/all.js" }, "standard": { "ignore": [ "/test/fixtures/*.js" ] }, "engines": { "bare": ">=1.16.0" }, "repository": { "type": "git", "url": "git+https://github.com/holepunchto/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/holepunchto/sodium-native/issues" }, "homepage": "https://github.com/holepunchto/sodium-native" }