proyecto-1a-matematicas-usr1
Version:
Proyecto de matematicas sencillo para aprender nodejs y subirlo a NPM
28 lines (27 loc) • 756 B
JSON
{
"name": "proyecto-1a-matematicas-usr1",
"version": "1.1.0",
"description": "Proyecto de matematicas sencillo para aprender nodejs y subirlo a NPM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gustavoortiz2016/proyecto-1a-matematicas.git"
},
"keywords": [
"math",
"matematicas",
"suma",
"resta",
"multiplicacion",
"division"
],
"author": "Gustavo Ortiz <gustavo.ortiz.dat@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gustavoortiz2016/proyecto-1a-matematicas/issues"
},
"homepage": "https://github.com/gustavoortiz2016/proyecto-1a-matematicas#readme"
}