-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 822 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 822 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
{
"name": "bing-me-links",
"version": "1.0.0",
"license": "MIT",
"description": "Scrapes Baidu, Bing, StartPage, Yahoo, Webcrawler, Qwant and retrieves links in serps",
"author": "Alexi Rahman",
"dependencies": {
"cheerio": "^0.22.0",
"exp-config": "^2.0.0",
"lodash": "^4.16.4",
"log": "^1.4.0",
"request": "^2.60.0",
"request-promise": "^4.1.1",
"sanitize-html": "^1.13.0",
"sleep": "^5.1.0",
"vo": "^4.0.2"
},
"devDependencies": {
"assert": "^1.4.1",
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"eslint": "^3.18.0",
"mocha": "^3.2.0",
"mocha-cakes-2": "^2.1.0"
},
"repository": "odynvolk/bing-me-links",
"scripts": {
"test": "mocha && eslint ."
},
"files": [
"config",
"lib",
"index.js"
],
"main": "index.js"
}