redditimage
Version:
Gets a random image from a subreddit
27 lines (26 loc) • 587 B
JSON
{
"name": "redditimage",
"version": "0.0.1",
"description": "Gets a random image from a subreddit",
"main": "index.js",
"scripts": {
"test": "-"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tiehm/RedditImage.git"
},
"keywords": [
"Reddit"
],
"author": "tiehm <admin@tiehm.me> (https://tiehm.me)",
"license": "ISC",
"bugs": {
"url": "https://github.com/tiehm/RedditImage/issues"
},
"homepage": "https://github.com/tiehm/RedditImage#readme",
"dependencies": {
"snekfetch": "^3.2.9"
},
"devDependencies": {}
}