UNPKG

node-google-image-search

Version:

A Node module to search for images using Google

43 lines (42 loc) 917 B
{ "name": "node-google-image-search", "version": "1.0.3", "description": "A Node module to search for images using Google", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/jjmax75/google-image-search.git" }, "keywords": [ "Google Images", "Google", "CSE", "Node", "Javascript" ], "author": "Sean Behan <behanj@gmail.com> (http://boxitoff.com)", "license": "MIT", "bugs": { "url": "https://github.com/jjmax75/google-image-search/issues" }, "homepage": "https://github.com/jjmax75/google-image-search#readme", "engines": { "node": "4.3.1" }, "dependencies": { "dotenv": "2.0.0" }, "contributors": [ { "name": "Sean Behan", "url": "http://boxitoff.com" }, { "name": "Ryan Jared Mete", "url": "https://github.com/ryanmete" } ] }