diff --git a/README.md b/README.md index cf90e91..6d7b982 100644 --- a/README.md +++ b/README.md @@ -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/ diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..1a1aaf1 --- /dev/null +++ b/bower.json @@ -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" + ] +}