-
Notifications
You must be signed in to change notification settings - Fork 167
/
bower.json
38 lines (38 loc) · 853 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": "LeafletPlayback",
"homepage": "http://leafletplayback.theoutpost.io/",
"version": "0.2.2",
"authors": [
"Nicholas Hallahan <[email protected]>",
"Marius Bieliauskas <@recallfx>"
],
"description": "This is a Leaflet plug-in that plays back points that have a time stamp synchronized to a clock.",
"main": "dist/LeafletPlayback.js",
"dependencies": {
"leaflet": "~0.7.0",
"jquery": ">=1.10"
},
"devDependencies": {},
"directories": {
"example": "demo"
},
"repository": {
"type": "git",
"url": "[email protected]:hallahan/LeafletPlayback.git"
},
"readmeFilename": "README.md",
"ignore": [
"node_modules",
"bower_components",
"config",
"data",
"demo",
"examples",
"src",
".*",
"Gruntfile.js",
"index.html",
"package.json",
"README.md"
]
}