-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
44 lines (44 loc) · 1011 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
42
43
44
{
"name": "wagerrd-rpc",
"description": "Wagerr Client Library to connect to Wagerr Core via RPC",
"version": "0.1.6-beta.3",
"author": {
"name": "Wagerr Limited"
},
"contributors": [
{
"name": "LooorTor",
"email": "[email protected]"
}
],
"keywords": [
"wagerr",
"rpc"
],
"repository": {
"type": "git",
"url": "https://github.com/wagerr/wagerrd-rpc"
},
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "node_modules/.bin/mocha test -R spec",
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- --recursive"
},
"dependencies": {
"axios": "^0.20.0"
},
"devDependencies": {
"async": "^0.9.2",
"chai": "^1.10.0",
"coveralls": "^2.13.3",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^2.5.3",
"moxios": "^0.4.0",
"sinon": "^1.17.7"
},
"bugs": {
"url": "https://github.com/wagerr/wagerrd-rpc/issues"
},
"homepage": "https://github.com/wagerr/wagerrd-rpc"
}