math_sample_villarroel
Version:
math sample for UPB ================================ the following application is for learning purposes. That's it, babe. features: - **addition** adds - **multiplication** multiplies - **division** Guess what, just a division - **fibonacci** well
30 lines (29 loc) • 788 B
JSON
{
"name": "math_sample_villarroel",
"version": "1.0.5",
"description": "math sample for UPB\r ================================\r the following application is for learning purposes. That's it, babe.\r features:\r - **addition** adds\r - **multiplication** multiplies \r - **division** Guess what, just a division\r - **fibonacci** well, a jumping sequence",
"main": "bin/main.js",
"bin": {
"math_sample_villarroel": "bin/main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "PaolaVillarroel",
"license": "ISC",
"keywords": [
"math",
"addition",
"substraction",
"multiplication",
"fibonnaci",
"certi",
"add",
"subs",
"mult",
"fibo",
"testing",
"prueba",
"vimath"
]
}