UNPKG

ecurve

Version:
33 lines (32 loc) 617 B
{ "name": "ecurve", "version": "1.0.6", "description": "Elliptic curve cryptography", "keywords": [ "cryptography", "crypto", "bitcoin", "litecoin", "elliptic", "curve" ], "license": "MIT", "devDependencies": { "mocha": "^2.5.3", "standard": "^7.1.2" }, "repository": { "url": "https://github.com/cryptocoinjs/ecurve", "type": "git" }, "main": "./lib/index.js", "scripts": { "lint": "standard", "test": "npm run lint && npm run unit", "unit": "mocha --ui bdd" }, "dependencies": { "bigi": "^1.1.0", "safe-buffer": "^5.0.1" } }