UNPKG

quotes-goodreads

Version:
34 lines (33 loc) 725 B
{ "name": "quotes-goodreads", "version": "0.0.8", "description": "Easily get static quotes from Goodreads", "main": "index.js", "scripts": { "test": "mocha test/test" }, "engines": { "node": ">= 10" }, "repository": { "type": "git", "url": "git+https://github.com/sumanto/goodreads-quotes.git" }, "author": "Sumanto Biswas <sumanto@gmail.com>", "license": "MIT", "keywords": [ "quotes", "goodreads", "inspirational" ], "bugs": { "url": "https://github.com/sumanto/goodreads-quotes/issues" }, "homepage": "https://github.com/sumanto/goodreads-quotes#readme", "dependencies": { "lodash": "^4.17.20" }, "devDependencies": { "mocha": "^8.1.1" } }