prog-quote
Version:
Generate random programming-related quotes
28 lines (27 loc) • 603 B
JSON
{
"name": "prog-quote",
"version": "2.0.0",
"description": "Generate random programming-related quotes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/faizaanceg/prog-quote.git"
},
"dependencies": {
"random-js": "1.0.8"
},
"keywords": [
"node",
"quote",
"random"
],
"author": "faizaanceg",
"license": "MIT",
"bugs": {
"url": "https://github.com/faizaanceg/prog-quote/issues"
},
"homepage": "https://github.com/faizaanceg/prog-quote"
}