forked from robertleeplummerjr/Leaflet.glify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 903 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
{
"name": "react-leaflet-glify",
"version": "1.0.1",
"description": "React compatible package for Leaflet.glify extension",
"main": "src/js/index.js",
"files": ["/src"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify --external leaflet -t brfs src/js/index.js -o glify.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FriendsOfReact/react-leaflet-glify.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/FriendsOfReact/react-leaflet-glify/issues"
},
"homepage": "https://github.com/FriendsOfReact/react-leaflet-glify#readme",
"dependencies": {
"earcut": "^2.1.3",
"leaflet": "^1.3.4",
"point-in-polygon": "^1.0.1",
"polygon-lookup": "^2.4.0",
"rbush": "^2.0.2"
},
"devDependencies": {
"browserify": "^16.2.2",
"brfs": "^2.0.1"
}
}