-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 840 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
{
"name": "arachnod",
"version": "0.4.4",
"description": "Web Crawler for Node.js (Redis)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"jsdoc": "jsdoc --readme README.md *.js -d ./docs && open ./docs/"
},
"keywords": [
"Arachnode",
"Crawler",
"Spider",
"Bot",
"Scraper",
"Scraping"
],
"author": "yasin inat <[email protected]>",
"repository": {
"type": "git",
"url": "http://www.github.com/risyasin/arachnod.git"
},
"bugs": {
"url": "https://github.com/risyasin/arachnod/issues"
},
"license": "Apache-2.0",
"dependencies": {
"cheerio": "^0.22.0",
"eventemitter2": "^0.4.14",
"lodash": "^4.17.11",
"logging": "^2.0.20",
"querystring": "^0.2.0",
"redis": "^2.4.2",
"superagent": "^3.8.3"
}
}