Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:ironwallaby/delaunay
Browse files Browse the repository at this point in the history
  • Loading branch information
J. T. L committed Feb 11, 2015
2 parents 568ce42 + 786f37d commit 1070d17
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ really.)
License
-------

To the extend possible by law, I have [waived all copyright and related
To the extent possible by law, I have [waived all copyright and related
or neighboring rights][cc0] to this library.

[cc0]: http://creativecommons.org/publicdomain/zero/1.0/
Expand Down
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "delaunay-fast",
"main": "delaunay.js",
"version": "1.0.1",
"homepage": "https://github.com/ironwallaby/delaunay",
"authors": [
"J. T. L."
],
"description": "Fast Delaunay Triangulation in JavaScript",
"moduleType": [
"globals",
"node"
],
"keywords": [
"delaunay",
"triangulation",
"geometry"
],
"license": "BSD",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 1070d17

Please sign in to comment.