orwelldb
Version:
Library, wich helps syncronize blockchain and any database use datascript protocol to write operations (can be wroten in blockchain transactions hex like scriptSig or scriptPubKey)
39 lines (38 loc) • 1.1 kB
JSON
{
"name": "orwelldb",
"version": "0.0.14",
"description": "Library, wich helps syncronize blockchain and any database use datascript protocol to write operations (can be wroten in blockchain transactions hex like scriptSig or scriptPubKey)",
"keywords": [
"database",
"blockchain",
"blockchainbased",
"p2p",
"nosql",
"orwelldb",
"orwell",
"bitpony",
"datascript"
],
"main": "orwelldb.js",
"tests": "./_tests/",
"dependencies": {
"bitpony": "^0.0.1",
"lokijs": "^1.5.0",
"node-rsa": "^0.4.2",
"hash.js": "^1.1.3",
"bitowl": "^0.0.2"
},
"devDependencies": {
"mocha": "^6.2.0"
},
"author": "Nanocat (@orwellcat) <alex@letris.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gettocat/orwelldb/issues"
},
"homepage": "https://github.com/gettocat/orwelldb",
"repository": {
"type": "git",
"url": "https://github.com/gettocat/orwelldb"
}
}