-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 961 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
35
36
37
38
{
"name": "leaflet-canvas-geojson",
"version": "0.0.8",
"description": "leaflet layer for rendering vectors on single canvas layer",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucd-cws/leaflet-canvas-geojson.git"
},
"keywords": [
"leaflet",
"canvas"
],
"author": "Justin Merz <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ucd-cws/leaflet-canvas-geojson/issues"
},
"homepage": "https://github.com/ucd-cws/leaflet-canvas-geojson#readme",
"dependencies": {
"async": "^2.0.0-rc.6",
"babel-preset-es2015": "^6.14.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"node-uuid": "^1.4.7",
"rtree": "^1.4.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0"
}
}