forked from pevers/images-scraper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 835 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
{
"name": "images-scraper",
"version": "2.0.10",
"description": "Simple and fast scraper for Google/Bing images using Nightmare and Request",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pevers/images-scraper.git"
},
"keywords": [
"scraper",
"google",
"images"
],
"author": "Peter Evers",
"license": "ISC",
"bugs": {
"url": "https://github.com/pevers/images-scraper/issues"
},
"homepage": "https://github.com/pevers/images-scraper#readme",
"dependencies": {
"bluebird": "^3.0.5",
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"cheerio": "^0.19.0",
"limiter": "^1.1.0",
"lodash": "^3.10.1",
"nightmare": "^2.0.7",
"request": "^2.67.0",
"validator": "^4.5.0"
}
}