UNPKG

meditations

Version:

Get specific or random quotes and passages from the Stoic text Meditations by Marcus Aurelius.

28 lines (27 loc) 651 B
{ "name": "meditations", "version": "1.0.1", "description": "Get specific or random quotes and passages from the Stoic text Meditations by Marcus Aurelius.", "main": "src/index.js", "scripts": { "check-coverage": "nyc npm run test", "test": "mocha src/index.test.js -w" }, "keywords": [ "stoic", "stoicism" ], "author": "Abdulrahman Tolba <abdultolba@gmail.com>", "repository": { "type": "git", "url": "https://github.com/abdultolba/meditations.git" }, "license": "MIT", "dependencies": { "unique-random-array": "^2.0.0" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^8.2.0" } }