math-4-operations
Version:
This package, performs 4 operations (addition, subtraction, division, multiplication) in mathematics.
17 lines (16 loc) • 424 B
JSON
{
"name": "math-4-operations",
"version": "0.0.6",
"description": "This package, performs 4 operations (addition, subtraction, division, multiplication) in mathematics.",
"main": "mathOperations.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"JavaScript",
"OOP",
"Math"
],
"author": "Huseyin TEKATLI <huseyintkt41@gmail.com>",
"license": "MIT"
}