-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
43 lines (43 loc) · 1012 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
43
{
"name": "flickr-with-uploads",
"description": "Flickr API with OAuth 1.0A and uploads",
"version": "2.0.4",
"keywords": [
"flickr",
"api",
"oauth",
"upload",
"backup",
"archive",
"sync"
],
"homepage": "https://github.com/chbrown/flickr-with-uploads",
"repository": {
"type": "git",
"url": "git://github.com/chbrown/flickr-with-uploads.git"
},
"bugs": {
"url": "https://github.com/chbrown/flickr-with-uploads/issues",
"email": "Christopher Brown <[email protected]>"
},
"author": "Christopher Brown <[email protected]> (http://henrian.com)",
"bin": {
"flickr": "bin/flickr.js"
},
"contributors": [
"Sujal Shah <[email protected]>",
"Thomas (https://github.com/tomap)",
"Tomasz Kołodziejski (https://github.com/neojski)"
],
"license": "MIT",
"dependencies": {
"async": "*",
"form-data": "*",
"lodash": "*",
"loge": "*",
"oauth": "*",
"optimist": "*",
"streaming": "*",
"xml2js": "*"
}
}