-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathbower.json
52 lines (52 loc) · 1.2 KB
/
bower.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
43
44
45
46
47
48
49
50
51
52
{
"name": "poly2tri",
"version": "1.5.0",
"homepage": "https://github.com/r3mi/poly2tri.js",
"authors": [
"Poly2Tri Contributors",
"Mason Green <[email protected]>",
"Thomas Åhlén <[email protected]>",
"Laszlo Kustra <[email protected]>",
"Rémi Turboult <[email protected]>"
],
"description": "A 2D constrained Delaunay triangulation library",
"main": "dist/poly2tri.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"2D",
"constrained",
"Delaunay",
"triangulation",
"geometry",
"polygon",
"point",
"triangle",
"tessellation",
"Steiner"
],
"license": "BSD-3-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"lib",
"out",
"src",
"build.js",
"package.json",
"tslint.json",
"index.html"
],
"devDependencies": {
"jquery": "~2.0.3",
"kineticjs": "http://kineticjs.com/tars/kinetic-v4.7.4.tar",
"jquery-mousewheel": "~3.1.9",
"purl": "~2.3.1"
}
}