-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 991 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-photoset-info",
"version": "1.4.0",
"description": "Get info for all photos in a Flickr set (now called albums)",
"main": "index.js",
"bin": "cli.js",
"scripts": {
"test": "standard --format && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm-flickr/flickr-photoset-info.git"
},
"keywords": [
"Flickr",
"API",
"sets",
"albums",
"JSON",
"metadata",
"CLI"
],
"author": "zeke",
"license": "MIT",
"bugs": {
"url": "https://github.com/npm-flickr/flickr-photoset-info/issues"
},
"homepage": "https://github.com/npm-flickr/flickr-photoset-info#readme",
"devDependencies": {
"mocha": "^2.3.4",
"nixt": "^0.4.1",
"standard": "^5.4.1"
},
"dependencies": {
"async": "^1.5.0",
"dotenv": "^1.2.0",
"flickr-client": "0.0.3",
"flickr-photo-info": "0.0.0",
"flickr-photo-urls": "0.0.1",
"lodash.merge": "^4.0.1",
"userhome": "^1.0.0"
}
}