quotes-go
Version:
Random Quotes generator with author names and images.
30 lines (29 loc) • 656 B
JSON
{
"name": "quotes-go",
"version": "1.0.5",
"description": "Random Quotes generator with author names and images.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"random quotes",
"quotes go",
"sayings",
"famous people",
"quotes",
"inspirational",
"motivation",
"authors"
],
"author": "Gopalakrishnan V",
"license": "MIT",
"dependencies": {
"lodash": "^4.17.11"
},
"homepage": "https://github.com/gopal221296/quotes-go-rand",
"repository": {
"type" : "git",
"url" : "https://github.com/gopal221296/quotes-go-rand.git"
}
}