js-nacl
Version:
High-level API to libsodium.
20 lines (19 loc) • 516 B
JSON
{
"name": "js-nacl",
"version": "1.2.1",
"description": "High-level API to libsodium.",
"main": "lib/nacl_factory.js",
"author": "Tony Garnock-Jones",
"keywords": ["encryption", "high-level", "crypto", "networking", "nacl"],
"repository" : {
"type": "git",
"url": "https://github.com/tonyg/js-nacl.git"
},
"engines": { "node": "*" },
"scripts": {
"test": "./node_modules/mocha/bin/mocha --ui exports test"
},
"devDependencies": {
"mocha": ""
}
}