forked from wigy-opensource-developer/hydra-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 KB
/
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
{
"name": "@internet-of-people/hydra-crawler",
"version": "2.0.0",
"description": "Crawler scans the Hydra network to get information about the peers in the network.",
"main": "app.js",
"scripts": {
"lint": "eslint ./ --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wigy-opensource-developer/hydra-crawler.git"
},
"engines": {
"node": "12.16.0"
},
"keywords": [
"ark ecosystem",
"network",
"scanner",
"blockchain",
"hydra",
"iop"
],
"author": "roks0n",
"license": "MIT",
"homepage": "https://github.com/wigy-opensource-developer/hydra-crawler#readme",
"devDependencies": {
"@types/lodash": "^4.14.149",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"dependencies": {
"lodash": "^4.17.15",
"moment": "2.24.0",
"socketcluster-client": "^14.2.2",
"xmlhttprequest": "^1.8.0"
}
}