-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 KB
/
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
{
"name": "node-doodles",
"version": "0.0.38",
"preferGlobal": "true",
"description": "This is a small module with which you can harness the REST API for google images known as doodles, can get images specifying the year and month of the doodle you want.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"cli-color": "^0.3.2",
"clui": "^0.3.1",
"commander": "^2.6.0",
"mkdirp": "^0.5.0",
"request": "^2.51.0",
"underscore": "^1.7.0"
},
"scripts": {
"test": "doodles -y 2015 -m 1"
},
"contributor": "Julian David Duque <julianduquej@gmail.com>",
"bin": {
"doodles": "lib/node-doodles.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Maxtermax/node-doodles"
},
"keywords": [
"node-doodles",
"doodles",
"google-doodles"
],
"author": "esneyder <esneyder_a@hotmail.com> (https://github.com/Maxtermax/)",
"license": "GNU",
"bugs": {
"url": "https://github.com/Maxtermax/node-doodles/issues"
},
"homepage": "https://github.com/Maxtermax/node-doodles"
}