know-js
Version:
JavaScript library for sending Know transactions from the client or server
79 lines (78 loc) • 1.88 kB
JSON
{
"name": "know-js",
"version": "1.0.3",
"description": "JavaScript library for sending Know transactions from the client or server",
"main": "index.js",
"engines": {
"node": ">=4"
},
"scripts": {
"build:browserify": "browserify index.js -o app.js",
"clean:browserify": "shx rm app.js",
"build:docs": "jsdoc -c jsdoc.json",
"clean:docs": "shx rm -r ./docs",
"lint": "eslint .",
"test": "mocha test/know.js test/*/*"
},
"directories": {
"doc": "./doc",
"lib": "./lib",
"test": "./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knowdevteam/know-js.git"
},
"homepage": "https://github.com/knowdevteam/know-js",
"keywords": [
"api",
"know",
"blockchain",
"client",
"cryptocurrency",
"javascript",
"server",
"transaction"
],
"bugs": "https://github.com/knowdevteam/know-js/issues",
"contributors": [
"HoanK <hoank@knownetwork.io>"
],
"license": "MIT",
"dependencies": {
"bigi": "^1.4.2",
"bip39": "^2.5.0",
"bip66": "^1.1.5",
"browserify-bignum": "^1.3.0-2",
"bs58check": "^2.0.2",
"buffer": "^5.0.8",
"bytebuffer": "^5.0.1",
"create-hash": "^1.1.3",
"create-hmac": "^1.1.6",
"crypto-browserify": "^3.12.0",
"eccrypto": "^1.0.3",
"ecdsa": "^0.7.0",
"ecurve": "^1.0.5",
"ipfs": "^0.31.4",
"ipfs-api": "^23.0.0",
"js-nacl": "^1.2.2",
"orbit-db": "^0.19.9",
"randombytes": "^2.0.5",
"secp256k1": "^3.3.0",
"sha1-file": "^1.0.1",
"typeforce": "^1.11.7",
"wif": "^2.0.6"
},
"devDependencies": {
"browserify": "^14.4.0",
"eslint": "^4.10.0",
"jsdoc": "^3.5.5",
"marked": "^0.3.12",
"mocha": "^4.0.1",
"proxyquire": "^1.8.0",
"should": "^13.1.3",
"shx": "^0.2.2",
"sinon": "^4.1.1",
"sinon-test": "^2.1.2"
}
}