math-chaning-js
Version:
Proyecto de matematicas sencillo para aprender NodeJS y subirlo a NPM
29 lines (28 loc) • 760 B
JSON
{
"name": "math-chaning-js",
"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/Sebastian197/proyecto-1a-matematicas.git"
},
"keywords": [
"math",
"matemática",
"suma",
"resta",
"división",
"multiplicación",
"básico"
],
"author": "Sebastián Moreno Saavedra <morenosebastian117@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Sebastian197/proyecto-1a-matematicas/issues"
},
"homepage": "https://github.com/Sebastian197/proyecto-1a-matematicas#readme"
}