-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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"
}
}