UNPKG

teafy-quotes

Version:

Generador de frases motivadoras con Node.js

26 lines (25 loc) 470 B
{ "name": "teafy-quotes", "version": "1.0.1", "description": "Generador de frases motivadoras con Node.js", "main": "index.js", "bin": { "teafy": "index.js" }, "scripts": { "start": "node index.js" }, "repository": { "type": "git", "url": "https://github.com/gersilme/teafy-quotes.git" }, "keywords": [ "quotes", "motivational", "cli", "inspirational", "nodejs" ], "author": "Gersilme", "license": "MIT" }