UNPKG

javalon

Version:

javascript api for the avalon blockchain

44 lines (43 loc) 1 kB
{ "name": "javalon", "version": "1.0.36", "description": "javascript api for the avalon blockchain", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "browserify -e index.js -p tinyify -o bin/javalon.min.js" }, "keywords": [ "avalon", "blockchain", "social", "currency", "crypto" ], "author": "Adrien M", "license": "MIT", "devDependencies": { "browserify": "^16.5.0", "eslint": "^5.16.0", "tinyify": "^2.5.1" }, "dependencies": { "bip32": "^2.0.6", "bip39": "^3.0.4", "bs58": "^4.0.1", "crypto-js": "^3.1.9-1", "eccrypto": "^1.1.1", "growint": "^1.0.1", "node-fetch": "^2.6.0", "randombytes": "^2.1.0", "secp256k1": "^4.0.2" }, "repository": { "type": "git", "url": "git+https://github.com/skzap/javalon.git" }, "bugs": { "url": "https://github.com/skzap/javalon/issues" }, "homepage": "https://github.com/skzap/javalon#readme" }