fecha.js
Version:
Simple módulo node para mostrar la fecha en español en lenguaje natural
29 lines (28 loc) • 640 B
JSON
{
"name": "fecha.js",
"version": "1.0.1",
"description": "Simple módulo node para mostrar la fecha en español en lenguaje natural",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Cicko/fecha.js.git"
},
"keywords": [
"fecha",
"date",
"español",
"spanish",
"natural",
"language",
"lenguaje"
],
"author": "Rudolf Cicko",
"license": "ISC",
"bugs": {
"url": "https://github.com/Cicko/fecha.js/issues"
},
"homepage": "https://github.com/Cicko/fecha.js#readme"
}