forked from kristjank/ark-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 813 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 813 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
{
"name": "ark-api",
"version": "1.2.0",
"description": "A Node.JS module which provides a wrapper for the Ark API.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/eugeneli/arkjs-wrapper.git"
},
"keywords": [
"Ark",
"API",
"Node.js",
"Arkjs"
],
"author": "vrlc92 <vrlc92@gmail.com> (https://br.linkedin.com/in/vrlc92), Eugene Li <hello@itseugene.li>",
"license": "MIT",
"dependencies": {
"arkjs": "^0.2.0",
"bigi": "^1.4.2",
"bignumber.js": "^4.0.2",
"bip66": "^1.1.5",
"ecurve": "^1.0.5",
"line-by-line": "^0.1.5",
"moment": "^2.18.1",
"mysql": "^2.13.0",
"node-schedule": "^1.2.3",
"request": "^2.81.0",
"secp256k1": "^3.3.0",
"typeforce": "^1.11.1",
"wif": "^2.0.6"
}
}