proyecto-1a-matematicas-infrony
Version:
Proyecto de mat sencillo para aprender nodejs
28 lines (27 loc) • 680 B
JSON
{
"name": "proyecto-1a-matematicas-infrony",
"version": "1.1.0",
"description": "Proyecto de mat sencillo para aprender nodejs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infrony/proyecto-1a-matematicas.git"
},
"keywords": [
"math",
"matematica",
"suma",
"resta",
"division",
"multi"
],
"author": "Infrony <infrony@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/infrony/proyecto-1a-matematicas/issues"
},
"homepage": "https://github.com/infrony/proyecto-1a-matematicas#readme"
}