-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
25 lines (25 loc) · 858 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "advanced-calculator",
"version": "1.1.0",
"description": "Advanced calculator that allows you to do various mathematical caluclations of concepts such as Area, Volume, Exponents, Radicals, Graphs, Trigonometry, Conversion, Constants, and more. You can also evaluate an expression that is implemented using Dijkstra's Shunting-Yard Algorithm. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maan-patel/advanced-calculator.git"
},
"keywords": [
"npm",
"calculator",
"js",
"formulas"
],
"author": "Maan Patel",
"license": "ISC",
"bugs": {
"url": "https://github.com/maan-patel/advanced-calculator/issues"
},
"homepage": "https://github.com/maan-patel/advanced-calculator#readme"
}