{ "name": "noise-curve-ed", "version": "2.1.0", "description": "Ed25519 elliptic curve operations for [`noise-handshake`](https://github.com/chm-diederichs/noise-handshake)", "main": "index.js", "scripts": { "test": "npx standard && tape test.js" }, "repository": { "type": "git", "url": "git+https://github.com/chm-diederichs/noise-curve-ed.git" }, "keywords": [], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/chm-diederichs/noise-curve-ed/issues" }, "homepage": "https://github.com/chm-diederichs/noise-curve-ed#readme", "dependencies": { "b4a": "^1.1.0", "nanoassert": "^2.0.0", "sodium-universal": "^5.0.0" }, "devDependencies": { "noise-handshake": "^3.0.0", "standard": "^16.0.3", "tape": "^5.2.2" } }