{
  "name": "puppy-pics",
  "version": "1.0.0",
  "description": "Gets a random puppy image",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ezekeal/puppy-pics.git"
  },
  "author": "Zach Koch",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ezekeal/puppy-pics/issues"
  },
  "homepage": "https://github.com/ezekeal/puppy-pics#readme",
  "dependencies": {
    "asciify-image": "0.0.7",
    "nets": "^3.2.0"
  },
  "bin": "./bin/index.js"
}
