stoic-quotes
Version:
A selection of timeless quotes from the stoic heavyweights
25 lines (24 loc) • 501 B
JSON
{
"name": "stoic-quotes",
"version": "1.1.0",
"description": "A selection of timeless quotes from the stoic heavyweights",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/EndaMolloy/stoic-quotes.git"
},
"keywords": [
"stoicisim",
"quotes",
"stoic"
],
"author": "endaM",
"license": "ISC",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.0"
}
}