-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 917 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
36
37
38
39
40
41
42
{
"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"
}
]
}