forked from Wildhoney/L.Pather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 798 Bytes
/
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
{
"name": "leaflet-pather",
"version": "0.1.17",
"homepage": "https://github.com/Wildhoney/L.Pather",
"authors": [
"Adam Timberlake <[email protected]>"
],
"description": "Branching from Leaflet.FreeDraw, L.Pather is a freehand polyline creator that simplifies the polyline for mutability.",
"main": "dist/pather.js",
"keywords": [
"polyline",
"leaflet",
"simplify",
"path",
"line",
"draw",
"freehand",
"freedraw"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"example/vendor",
"test",
"tests"
],
"dependencies": {
"leaflet": ">0.7.0",
"d3": "~3.5.5"
},
"devDependencies": {
"font-awesome": "~4.3.0",
"react": "~0.13.2",
"mousetrap": "~1.5.2"
}
}