-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1003 Bytes
/
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
{
"name": "leaflet.lightcluster",
"version": "1.0.0",
"description": "An extension for Leaflet that allows a server side clustering solution for geospatial data.",
"main": "index.js",
"scripts": {
"test": "mocha --reporter list spec/*",
"test:cov": "istanbul cover _mocha -R spec && open coverage/lcov-report/index.html"
},
"devDependencies": {
"chai": "^3.2.0",
"istanbul": "^0.3.17",
"jsdom": "^6.5.1",
"leaflet": "^0.7.3",
"mocha": "^2.2.5",
"sinon": "^1.15.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CalebCourier/Leaflet.LightCluster.git"
},
"keywords": [
"leaflet",
"mapping",
"geospatial",
"clustering"
],
"author": "Caleb Courier <caleb.courier@gmail.com> (https://github.com/CalebCourier)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/CalebCourier/Leaflet.LightCluster/issues"
},
"homepage": "https://github.com/CalebCourier/Leaflet.LightCluster#readme"
}