forked from safonovpro/node-html-crawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 879 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": "node-html-crawler",
"version": "1.1.3",
"description": "Crawler (spider) of site web pages by domain name",
"main": "crawler.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha tests/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/safonovpro/node-html-crawler.git"
},
"keywords": [
"node",
"nodejs",
"crawler",
"crawling",
"spider",
"scraper",
"scraping"
],
"author": "Alexey V Safonov",
"license": "MIT",
"bugs": {
"url": "https://github.com/safonovpro/node-html-crawler/issues"
},
"homepage": "https://github.com/safonovpro/node-html-crawler#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"mocha": "^8.1.3"
},
"dependencies": {}
}