forked from IGNF/geoportal-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 777 Bytes
/
bower.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
{
"name": "api-v3-plugin",
"version": "0.0.0",
"authors": [
],
"description": "L'extension Géoportail pour Leaflet ou OpenLayers3 définit des classes et composants à utiliser avec Leaflet ou OpenLayers3 permettant de faciliter l'accès aux ressources délivrées par le Géoportail avec cette bibliothèque.",
"main": [
"dist/leaflet/GpPluginLeaflet.js",
"dist/leaflet/GpPluginLeaflet.css",
"dist/ol3/GpPluginOL3.js",
"dist/ol3/GpPluginOL3.css"
],
"private": true,
"moduleType": [
"amd"
],
"keywords": [
"API",
"OpenLayer3",
"Leaflet",
"Plugin",
"JS"
],
"license": "BSD-2-Clause",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}