{
  "name": "flickr-set-downloader",
  "version": "0.0.0",
  "description": "Download all the original files in a give Flickr set",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zeke/flickr-set-downloader"
  },
  "keywords": [
    "flickr",
    "data",
    "download"
  ],
  "author": "zeke",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zeke/flickr-set-downloader/issues"
  },
  "homepage": "https://github.com/zeke/flickr-set-downloader",
  "devDependencies": {
    "mocha": "^1.20.0"
  },
  "dependencies": {
    "dotenv": "^0.2.8",
    "flickr-client": "0.0.3",
    "flickr-generate-urls": "0.0.1",
    "flickr-photo-info": "0.0.0",
    "superagent": "^0.18.2"
  }
}
