forked from ChainSQL/node-chainsql-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 937 Bytes
/
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
39
{
"name": "chainsql",
"version": "0.6.67",
"description": "An database driver for chainsql ",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bignumber.js": "^2.4.0",
"chainsql-keypairs": "^0.10.6",
"chainsql-lib": "^0.17.44",
"co": "^4.6.0",
"elliptic": "^6.5.3",
"hash.js": "^1.0.3",
"lodash": "^4.17.15",
"protobufjs": "^6.8.0",
"sjcl": "~1.0.3",
"web3-core-helpers": "1.0.0-beta.36",
"web3-eth-abi": "1.0.0-beta.36",
"web3-utils": "1.0.0-beta.36",
"ws": "^7.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chainsql/node-chainsql-api"
},
"keywords": [
"chainsql",
"ripple",
"mysql"
],
"author": "peersafe",
"license": "ISC",
"bugs": {
"url": "https://github.com/peersafe/node-chainsql/issues"
},
"homepage": "http://chainsql.net/"
}