our-simple-math-lib
Version:
A simple library for performing math operations
18 lines (17 loc) • 368 B
JSON
{
"name": "our-simple-math-lib",
"version": "1.1.0",
"description": "A simple library for performing math operations",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"addition",
"subtruction",
"operand",
"operator"
],
"author": "Sardorbek Jo'raqulov",
"license": "ISC"
}