-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "@workingfamilies/prune-cluster",
"version": "3.1.2",
"homepage": "https://github.com/workingfamilies/prune-cluster",
"description": "Fast and realtime marker clustering for Leaflet",
"keywords": [
"map",
"clustering",
"leaflet",
"marker",
"realtime"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/workingfamilies/prune-cluster.git"
},
"main": "./dist/PruneCluster.js",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-uglify": "~3.0.1",
"grunt-exec": "^2.0.0",
"grunt-ts": "~6.0.0-beta.16",
"load-grunt-tasks": "~3.5.2",
"spacejam": "^1.1.1",
"time-grunt": "~1.4.0",
"typescript": "^2.4.1"
},
"types": "./dist/PruneCluster.d.ts",
"bugs": {
"url": "https://github.com/workingfamilies/prune-cluster/issues"
},
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "@sintef-9012"
}