random-bunny/package.json

32 lines
613 B
JSON
Raw Normal View History

2016-04-27 20:06:24 +01:00
{
2020-12-20 19:39:03 +00:00
"name": "random-bunny",
2021-05-11 18:22:33 +01:00
"version": "1.2.1",
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-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
}