-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 990 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
37
{
"name": "senginta",
"version": "0.0.2",
"description": "All in one Search Engine Scrapper for used by API or Node JS library. It's Free & Lightweight!",
"main": "lib/index.js",
"scripts": {
"test": "mocha tests/*.test.js --timeout 30000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michael-act/Senginta.js.git"
},
"bugs": {
"url": "https://github.com/michael-act/Senginta.js/issues"
},
"keywords": [
"search-engine",
"google-scraper",
"google-scholar-scrapper",
"search-engine-scraper",
"baidu-scrapper",
"google-shop-scrapper",
"google-video-scrapper",
"google-news-scrapper"
],
"author": "Michael Abraham Chan Tulenan <michael.4ct@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/michael-act/Senginta.js#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.1"
}
}