UNPKG

n8n-nodes-wax

Version:

n8n Community Node Package for the WAX Blockchain

32 lines (31 loc) 588 B
{ "name": "ecurve", "version": "1.0.5", "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" } }