]> git.lizzy.rs Git - google_images.git/blob - package.json
Bump release
[google_images.git] / package.json
1 {
2   "name": "free-google-images",
3   "version": "1.2.1",
4   "description": "Reverse Engineered Google Image Search API",
5   "main": "init.js",
6   "scripts": {
7     "test": "node test.js astolfo images"
8   },
9   "repository": {
10     "type": "git",
11     "url": "git+https://github.com/EliasFleckenstein03/google_images.git"
12   },
13   "keywords": [
14     "google",
15     "images",
16     "google images",
17     "image search"
18   ],
19   "author": "EliasFleckenstein03",
20   "license": "MIT",
21   "bugs": {
22     "url": "https://github.com/EliasFleckenstein03/google_images/issues"
23   },
24   "homepage": "https://github.com/EliasFleckenstein03/google_images#readme",
25   "dependencies": {
26     "cheerio": "^1.0.0-rc.10",
27     "jsonic": "^1.0.1",
28     "node-fetch": "^2.0.0"
29   }
30 }