-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 930 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 930 Bytes
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
40
41
{
"name": "chainsql",
"version": "0.70.14",
"description": "An database driver for chainsql ",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"bignumber.js": "^2.4.0",
"chainsql-keypairs": "^0.11.1",
"chainsql-lib": "^1.0.3",
"elliptic": "^5.1.0",
"hash.js": "^1.0.3",
"lodash": "^4.17.21",
"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"
},
"devDependencies": {
"mocha": "~2.3.3",
"chai": "^4.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/"
}