forked from humangeo/leaflet-dvf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
23 lines (23 loc) · 819 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
{
"name": "leaflet-dvf",
"version": "0.2.6",
"homepage": "https://github.com/humangeo/leaflet-dvf",
"authors": [
"Scott Fairgrieve <https://github.com/sfairgrieve>"
],
"description": "The Leaflet Data Visualization Framework (DVF) is an extension to the Leaflet JavaScript mapping library. The primary goal of the framework is to simplify data visualization and thematic mapping using Leaflet - making it easier to turn raw data into compelling maps.",
"main": "dist/leaflet-dvf.min.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jsts": "https://github.com/bjornharrtell/jsts",
"leaflet": "~0.7.3",
"geohash-js": "git://github.com/voodootikigod/geohash-js",
"underscore": "~1.6.0",
"moment": "~2.8.1"
}
}