randomquote-api
Version:
An api that gets random quotes.
31 lines (30 loc) • 670 B
JSON
{
"name": "randomquote-api",
"version": "3.5.6",
"description": "An api that gets random quotes.",
"main": "dist/index",
"scripts": {
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TakenKills/Quote-api.git"
},
"keywords": [
"quotes",
"quote",
"api",
"randomquote",
"randomquoteapi",
"famousequoteapi"
],
"author": "TakenKills",
"license": "BSD 2-Clause License",
"bugs": {
"url": "https://github.com/TakenKills/Quote-api/issues"
},
"homepage": "https://github.com/TakenKills/Quote-api#readme",
"devDependencies": {
"@types/node": "^14.14.31"
}
}