UNPKG

image-search-google

Version:

Search images using Google Custom Search Engine API

34 lines (33 loc) 790 B
{ "name": "image-search-google", "version": "1.3.0", "description": "Search images using Google Custom Search Engine API", "main": "index.js", "scripts": { "test": "mocha --timeout 15000 --colors --verbose -- __tests__/**/*.js" }, "keywords": [ "got", "qs", "google", "image" ], "author": "Abhishek Singh", "license": "ISC", "dependencies": { "got": "6.7.1", "querystring": "0.2.0" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^5.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/abhi11210646/image-search-google.git" }, "bugs": { "url": "https://github.com/abhi11210646/image-search-google/issues" }, "homepage": "https://github.com/abhi11210646/image-search-google#readme" }