2016-04-27 20:06:24 +01:00
|
|
|
{
|
2020-12-20 19:39:03 +00:00
|
|
|
"name": "random-bunny",
|
2021-06-26 21:43:25 +01:00
|
|
|
"version": "1.2.2",
|
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": {
|
2021-06-19 16:13:27 +01:00
|
|
|
"glob-parent": "^6.0.0",
|
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-03-01 18:20:14 +00:00
|
|
|
"test": "echo none",
|
2021-01-13 21:08:47 +00:00
|
|
|
"lint": "eslint ."
|
2016-04-27 20:06:24 +01:00
|
|
|
},
|
2021-04-12 20:38:51 +01:00
|
|
|
"bugs": "https://github.com/Vylpes/random-bunny/issues",
|
|
|
|
"homepage": "https://github.com/Vylpes/random-bunny",
|
2021-03-01 18:20:28 +00:00
|
|
|
"funding": {
|
2021-04-12 20:38:51 +01:00
|
|
|
"url": "https://ko-fi.com/vylpes"
|
2021-03-01 18:20:28 +00:00
|
|
|
},
|
2021-01-13 21:08:47 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.17.0"
|
|
|
|
}
|
2016-04-27 20:06:24 +01:00
|
|
|
}
|