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