ricknmortyquotes
Version:
Returns a string with a random and funny quote from the best TV show ever aired.
21 lines (20 loc) • 452 B
JSON
{
"name": "ricknmortyquotes",
"version": "1.0.2",
"description": "Returns a string with a random and funny quote from the best TV show ever aired.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"rickandmorty",
"ricknmorty",
"morty",
"rick"
],
"author": "brunoDev",
"license": "Apache 2.0",
"dependencies": {
"random-number-in-range": "^1.0.2"
}
}