We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7592d commit 3179e4bCopy full SHA for 3179e4b
bower.json
@@ -1,11 +1,6 @@
1
{
2
"name": "graham_scan",
3
- "version": "1.0.0",
4
- "homepage": "http://brian3kb.github.io/graham_scan_js",
5
- "authors": [
6
- "Brian Barnett <brian@3kb.co.uk>"
7
- ],
8
- "description": "Implementation of the Graham Scan algorithm to calculate a convex hull from a given array of x, y coordinates.",
+ "version": "1.0.1",
9
"main": "graham_scan.min.js",
10
"license": "MIT",
11
"ignore": [
@@ -20,5 +15,11 @@
20
15
"keywords": [
21
16
"convex",
22
17
"hull"
23
- ]
18
+ ],
19
+ "homepage": "http://brian3kb.github.io/graham_scan_js",
+ "authors": [
+ "Brian Barnett <brian@3kb.co.uk>"
+ "description": "Implementation of the Graham Scan algorithm to calculate a convex hull from a given array of x, y coordinates.",
24
+
25
}
0 commit comments