@binara_medawatta/simple_math
Version:
Contains simple mathematical functions
30 lines (29 loc) • 702 B
JSON
{
"name": "@binara_medawatta/simple_math",
"version": "1.1.1",
"description": "Contains simple mathematical functions",
"main": "simple_math.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BinaraMedawatta/simple-math.git"
},
"keywords": [
"Mathematics",
"Prime",
"Odd",
"Even",
"Factorial",
"Permutations",
"Combinations"
],
"author": "Binara Medawatta",
"license": "ISC",
"bugs": {
"url": "https://github.com/BinaraMedawatta/simple-math/issues"
},
"homepage": "https://github.com/BinaraMedawatta/simple-math#readme",
"type": "module"
}