forked from byteball/ocore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 877 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
40
41
{
"name": "byteballcore",
"description": "Byteball Core",
"author": "Byteball",
"version": "0.2.57",
"keywords": [
"byteball",
"multisignature"
],
"homepage": "https://github.com/byteball/byteballcore",
"license": "MIT",
"repository": {
"url": "git://github.com/byteball/byteballcore.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/byteball/byteballcore/issues"
},
"browser": {
"request": "browser-request",
"secp256k1": "secp256k1/js"
},
"dependencies": {
"async": "^1.5.2",
"lodash": "^4.6.1",
"longjohn": "^0.2.11",
"mysql": "^2.10.2",
"secp256k1": "^3.1.0",
"socks": "1.1.10",
"sqlite3": "^3.1.4",
"thirty-two": "^1.0.1",
"ws": "^1.0.1"
},
"scripts": {
"test": "yarn ava"
},
"devDependencies": {
"ava": "^0.22.0",
"testcheck": "^1.0.0-rc.2"
}
}