forked from SloRunner/ethermine-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 795 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
{
"name": "ethermine-api",
"version": "1.0.10",
"description": "NodeJS wrapper for ethermine.org API interaction",
"main": "src/index.js",
"scripts": {
"test": "mocha tests/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SloRunner/ethermine-api.git"
},
"keywords": [
"ethermine",
"api",
"ethermine",
"ethereum",
"mining",
"crypto"
],
"author": "SloRunner",
"license": "MIT",
"bugs": {
"url": "https://github.com/SloRunner/ethermine-api/issues"
},
"homepage": "https://github.com/SloRunner/ethermine-api#readme",
"dependencies": {
"request": "^2.87.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^11.0.1"
},
"directories": {
"example": "example",
"test": "tests"
}
}