-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1.06 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
{
"name": "microcrawler-crawler-all",
"version": "0.0.19",
"description": "References all crawlers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ApolloCrawler/microcrawler-crawler-all.git"
},
"author": "Tomas Korcak <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ApolloCrawler/microcrawler-crawler-all/issues"
},
"homepage": "https://github.com/ApolloCrawler/microcrawler-crawler-all#readme",
"dependencies": {
"microcrawler-crawler-bam.brno.cz": "0.0.2",
"microcrawler-crawler-craiglist.com": "0.0.4",
"microcrawler-crawler-firmy.cz": "0.0.8",
"microcrawler-crawler-google.com": "0.0.4",
"microcrawler-crawler-heureka.cz": "0.0.1",
"microcrawler-crawler-news.ycombinator.com": "0.0.4",
"microcrawler-crawler-sreality.cz": "0.0.11",
"microcrawler-crawler-xkcd.com": "0.0.7",
"microcrawler-crawler-yelp.com": "0.0.4",
"microcrawler-crawler-youjizz.com": "0.0.4"
}
}