forked from shen139/openwebspider
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 888 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 888 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
34
35
36
37
38
39
40
41
42
{
"name": "openwebspider",
"description": "Open Source Web Crawler",
"version": "0.3.0",
"author": {
"name": "Alimonti Stefano <shen139@gmail.com>"
},
"repository": {
"type": "git",
"url": "https://github.com/shen139/openwebspider.git"
},
"license": "MIT",
"homepage": "http://www.openwebspider.org/",
"bugs": {
"url": "https://github.com/shen139/openwebspider/issues"
},
"keywords": [
"async",
"mirrorjs",
"crawler",
"robot",
"bot",
"spider",
"web crawler",
"web robot",
"web bot",
"web spider",
"search engine"
],
"main": "src/server.js",
"dependencies": {
"async": "^2.1.5",
"cheerio": "^0.22.0",
"finalhandler": "^1.0.0",
"html-entities": "^1.2.0",
"mysql": "^2.13.0",
"pg": "^6.1.2",
"robots": "^0.9.5",
"serve-static": "^1.12.0",
"sockjs": "^0.3.18"
}
}