Skip to content

Commit bac1337

Browse files
committed
package.json update
1 parent 37b68e4 commit bac1337

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

adv-math/package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

adv-math/package.json

+18
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
{
22
"name": "adv-math",
3+
"description" : "adv-math is a comprehensive JavaScript library that simplifies advanced mathematical calculations, covering a wide range of mathematical topics such as basic arithmetic, complex numbers, linear algebra, statistics, geometry, trigonometry, calculus, financial calculations, units and conversions, equation solvers, and math expression parsing. This library is designed to provide developers with powerful mathematical tools for various applications.",
4+
"url": "https://github.com/PB2204/Advanced-Math",
5+
"keywords": [
6+
"JavaScript",
7+
"Advanced Math",
8+
"open-source",
9+
"hacktoberfest",
10+
"Mathematics"
11+
],
12+
"author": "Pabitra Banerjee",
13+
"contributors": [
14+
"Pabitra Banerjee"
15+
],
16+
"license": "MIT",
317
"version": "1.0.0",
418
"main": "index.js",
519
"devDependencies": {
620
"jest": "^29.7.0"
721
},
822
"scripts": {
923
"test": "jest"
24+
},
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/pb2204/Advanced-Math.git"
1028
}
1129
}

0 commit comments

Comments
 (0)