-
Notifications
You must be signed in to change notification settings - Fork 152
/
package.json
45 lines (45 loc) · 1.15 KB
/
package.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
{
"name": "leaflet-dvf",
"filename": "leaflet-dvf.min.js",
"version": "0.2.6",
"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.",
"homepage": "http://humangeo.github.io/leaflet-dvf/",
"keywords": [
"maps",
"leaflet",
"data visualization"
],
"maintainers": [
{
"name": "HumanGeo"
}
],
"devDependencies": {
"leaflet": "~0.7.3",
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-uglify": "~0.7.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-concat": "~0.5.0"
},
"main": "dist/leaflet-dvf.js",
"style": "dist/css/dvf.css",
"repository": {
"type": "git",
"url": "https://github.com/humangeo/leaflet-dvf.git"
},
"npmName": "leaflet-dvf",
"npmFileMap": [
{
"basePath": "/dist/",
"files": [
"*"
]
}
],
"license": "MIT",
"dependencies": {
"geohash": "0.0.1"
}
}