vrd-random-quote
Version:
A simple package to return a random motivational quote
19 lines (18 loc) • 419 B
JSON
{
"name": "vrd-random-quote",
"version": "1.0.4",
"description": "A simple package to return a random motivational quote",
"main": "index.js",
"scripts": {
"test": "node -e \"console.log(require('./index')())\""
},
"keywords": [
"quote",
"random",
"motivation",
"inspiration"
],
"author": "vrdvaibhav",
"license": "ISC",
"gitHead": "ac35985f29bfad780775eec4cd167f32932fa548"
}