2016-04-27 20:06:24 +01:00
|
|
|
{
|
2020-12-20 19:39:03 +00:00
|
|
|
"name": "random-bunny",
|
2021-01-29 18:26:48 +00:00
|
|
|
"version": "20.0.0",
|
2020-12-20 19:39:03 +00:00
|
|
|
"description": "Get a random subreddit image url",
|
2016-04-27 20:06:24 +01:00
|
|
|
"license": "MIT",
|
2020-12-20 19:39:03 +00:00
|
|
|
"author": "Vylpes",
|
2016-04-27 20:06:24 +01:00
|
|
|
"keywords": [
|
2020-12-20 19:39:03 +00:00
|
|
|
"rabbit",
|
|
|
|
"bunny",
|
|
|
|
"bun",
|
|
|
|
"subreddit",
|
|
|
|
"reddit",
|
2016-04-28 16:31:41 +01:00
|
|
|
"random",
|
|
|
|
"placeholder"
|
2016-04-27 20:06:24 +01:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2020-12-20 19:39:03 +00:00
|
|
|
"node-fetch": "^2.6.1"
|
2016-04-27 20:06:24 +01:00
|
|
|
},
|
2020-12-20 19:39:03 +00:00
|
|
|
"scripts": {
|
2021-01-13 21:08:47 +00:00
|
|
|
"lint": "eslint ."
|
2016-04-27 20:06:24 +01:00
|
|
|
},
|
2020-12-20 19:39:03 +00:00
|
|
|
"bugs": "https://gitlab.vylpes.com/Vylpes/random-bunny/-/issues",
|
|
|
|
"homepage": "https://gitlab.vylpes.com/Vylpes/random-bunny",
|
2021-01-13 21:08:47 +00:00
|
|
|
"funding": "https://ko-fi.com/gravitysoftware",
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.17.0"
|
|
|
|
}
|
2016-04-27 20:06:24 +01:00
|
|
|
}
|