-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 827 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": "web-crawljs",
"version": "2.2.3",
"description": "simple web crawler",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/kayslay/web-crawljs"
},
"keywords": [
"web",
"crawler",
"crawler"
],
"author": "badewa kayode",
"license": "MIT",
"bugs": {
"url": "https://github.com/www.github.com/kayslay/issues"
},
"homepage": "https://github.com/www.github.com/kayslay#readme",
"dependencies": {
"cheerio": "^0.22.0",
"lodash": "^4.17.11",
"request": "^2.87.0",
"snyk": "^1.226.2"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.5.3"
},
"snyk": true
}