@wireapp/cryptobox
Version:
High-level API with persistent storage for Proteus.
65 lines • 1.34 kB
JSON
{
"name": "libsodium.js",
"homepage": "https://github.com/jedisct1/libsodium.js",
"authors": [
"Ahmad Ben Mrad (@BatikhSouri)",
"Frank Denis (@jedisct1)",
"Ryan Lester (@buu700)"
],
"description": "The Sodium cryptographic library compiled to JavaScript",
"main": "dist/browsers/sodium.js",
"moduleType": [
"amd",
"es6",
"globals",
"node"
],
"keywords": [
"crypto",
"cryptography",
"sodium",
"libsodium",
"nacl",
"chacha20",
"poly1305",
"curve25519",
"x25519",
"ed25519",
"eddsa",
"blake2",
"siphash"
],
"license": "ISC",
"ignore": [
"**/#*#",
"**/*.gz",
"**/*.sh",
"**/*~",
"**/.*",
"API.md",
"Gruntfile.js",
"Makefile",
"README.md",
"bower_components",
"browsers-test",
"libsodium",
"node_modules",
"package-libsodium.json",
"package-libsodium-sumo.json",
"package-libsodium-wrappers.json",
"package-libsodium-wrappers-sumo.json",
"package.json",
"test",
"wrapper"
],
"version": "0.7.3",
"_release": "0.7.3",
"_resolution": {
"type": "version",
"tag": "0.7.3",
"commit": "8a9e945bcae79a5c4dc1f86753984dbd1791256d"
},
"_source": "https://github.com/jedisct1/libsodium.js.git",
"_target": "0.7.3",
"_originalSource": "libsodium.js"
}