UNPKG

cryptomancy-format

Version:

encoding libraries for cryptomancy

25 lines (24 loc) 496 B
{ "name": "cryptomancy-format", "version": "1.0.2", "description": "encoding libraries for cryptomancy", "main": "index.js", "scripts": { "test": "node ./test.js" }, "keywords": [ "cryptomancy" ], "author": "ansuz", "license": "ISC", "dependencies": { "hex-array": "^1.0.0", "jsbn": "^1.1.0", "proquint": "0.0.1", "tweetnacl-util": "^0.15.0" }, "repository": { "type": "git", "url": "https://gitub.com/ansuz/cryptomancy-format.git" } }