-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1 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
{
"name": "mapbox-gl-ogc-feature-collection",
"version": "0.0.3",
"description": "A small package for requesting geojson from an OGC Feature API endpoint to serve tiles in MapBox/MapLibre.",
"main": "dist/mapbox-gl-ogc-feature-collection.js",
"module": "dist/mapbox-gl-ogc-feature-collection.esm.js",
"browser": "dist/mapbox-gl-ogc-feature-collection.min.js",
"scripts": {
"build": "rollup -c",
"watch": "rollup -w -c"
},
"dependencies": {
"@mapbox/tilebelt": "^1.0.2"
},
"devDependencies": {
"rollup": "^2.79.0",
"rollup-plugin-terser": "^7.0.2",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0"
},
"repository": "github:mkeller3/mapbox-gl-ogc-feature-collection",
"bugs": {
"url": "https://github.com/mkeller3/mapbox-gl-ogc-feature-collection/issues"
},
"keywords": [
"mapbox-gl-js",
"mapbox-gl",
"maplibre-gl-js",
"maplibre-gl",
"ogc",
"ogc-features"
],
"author": "Michael Keller",
"license": "ISC"
}