forked from underdarkskies/ravencore-lib
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (75 loc) · 1.58 KB
/
package.json
File metadata and controls
76 lines (75 loc) · 1.58 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ravencore-lib",
"version": "1.0.6",
"description": "A pure and powerful JavaScript Ravencoin library.",
"author": "Under",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp",
"watch": "watchify --require ./index.js:ravencore-lib -o ravencore-lib.js"
},
"contributors": [
{
"name": "Under",
"email": ""
},
{
"name": "Blondfrogs",
"email": ""
},
{
"name": "Traysi",
"email": ""
}
],
"keywords": [
"ravencoin",
"transaction",
"address",
"p2p",
"ecies",
"cryptocurrency",
"blockchain",
"payment",
"bip21",
"bip32",
"bip37",
"bip69",
"bip70",
"multisig"
],
"repository": {
"type": "git",
"url": "https://github.com/RavenDevKit/ravencore-lib.git"
},
"browser": {
"request": "browser-request"
},
"dependencies": {
"bn.js": "2.0.4",
"browser-request": "^0.3.3",
"bs58": "=2.0.0",
"buffer-compare": "=1.0.0",
"elliptic": "=3.0.3",
"inherits": "=2.0.1",
"lodash": "^3.10.1",
"node-x16rv2": "traysi/x16rv2_hash",
"kawpow-light-verifier": "git+https://github.com/blondfrogs/kawpow-light-verifier.git",
"xmlhttprequest": "^1.8.0"
},
"optionalDependencies": {
"@ravendevkit/node-x16r": "^1.0.2"
},
"devDependencies": {
"brfs": "^1.2.0",
"chai": "^1.10.0",
"gulp": "^3.9.1",
"ravencore-build": "RavenDevKit/ravencore-build",
"sinon": "^1.13.0",
"watchify": "^3.11.0"
},
"license": "MIT"
}