UNPKG

@vigcoin/cryptonote-util

Version:

cryptonote-util-bbscoin =======================

36 lines (35 loc) 823 B
{ "name": "@vigcoin/cryptonote-util", "version": "0.2.0", "author": { "name": "calidion", "email": "calidion@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/vigcoin/node-cryptonote-util" }, "files": [ "binding.gyp", "lib", "src" ], "scripts": { "pretest": "tsc --pretty", "prebuild": "npm run clean && npm run format && npm run lint && echo Using TypeScript && tsc --version", "test": "tsc --pretty" }, "main": "lib/index.js", "typings": "lib/index.d.ts", "dependencies": { "@types/node": "^10.1.0", "bindings": "*" }, "keywords": [ "cryptonight", "cryptonote" ], "devDependencies": { "mocha": "^5.1.1" } }