simpsonize-me
Version:
Generate random quotes from The Simpsons characters - D'oh! Get your daily dose of Springfield wisdom
48 lines • 963 B
JSON
{
"name": "simpsonize-me",
"version": "1.0.0",
"description": "Generate random quotes from The Simpsons characters - D'oh! Get your daily dose of Springfield wisdom",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"keywords": [
"simpsons",
"quotes",
"homer",
"bart",
"marge",
"lisa",
"springfield",
"comedy",
"tv-show",
"animation",
"entertainment",
"random-quotes",
"generator",
"doh",
"catchphrases",
"funny",
"humor",
"cartoon",
"character-quotes",
"simpsonize"
],
"author": "Simpsonize Me Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/simpsonize-me/simpsonize-me.git"
},
"bugs": {
"url": "https://github.com/simpsonize-me/simpsonize-me/issues"
},
"homepage": "https://simpsonizeme.co/",
"engines": {
"node": ">=12.0.0"
},
"files": [
"index.js",
"README.md"
]
}