-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 870 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@casko/circular-sector",
"version": "2.0.18",
"description": "A set of functions computing cartesian coordinates, describing circular and annular sectors.",
"main": "dist/index.js",
"files": [
"/dist"
],
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hallojoe/circular-sector.git"
},
"keywords": [
"circle",
"sector",
"circular",
"annulus",
"annular",
"arc",
"points",
"point",
"centroid",
"sagitta",
"chord",
"radius",
"radii",
"isosceles",
"triangle"
],
"author": "casper korsgaard",
"license": "MIT",
"bugs": {
"url": "https://github.com/hallojoe/circular-sector/issues"
},
"homepage": "https://github.com/hallojoe/circular-sector#readme",
"devDependencies": {
"typescript": "^4.3.5"
}
}