forked from CybexDex/cybexjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 856 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": "cybexjs",
"version": "1.0.23",
"description": "",
"main": "umd.js",
"scripts": {
"build": "webpack --config webpack.bundle.config.js"
},
"keywords": [
"cybex",
"cybexjs"
],
"dependencies": {
"bigi": "^1.4.2",
"bs58": "^4.0.1",
"bytebuffer": "^5.0.1",
"create-hash": "^1.1.3",
"create-hmac": "^1.1.6",
"crypto-js": "^3.1.9-1",
"cybexjs-ws": "^1.1.9",
"deep-equal": "^1.0.1",
"ecurve": "^1.0.5",
"eosjs-ecc": "^4.0.1",
"event-emitter": "^0.3.4",
"immutable": "^3.8.1",
"secure-random": "^1.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CybexDex/cybexjs.git"
},
"author": "",
"license": "MIT",
"devDependencies": {
"webpack": "^3.10.0",
"ws": "^3.3.2"
},
"peerDependencies": {
"cybexjs-ws": "^1.1.5"
}
}