ol3-google-maps
Version:
OpenLayers 3 Google Maps integration library
42 lines (41 loc) • 1.05 kB
JSON
{
"opts": {
"recurse": true,
"template": "build/jsdoc/api/template"
},
"tags": {
"allowUnknownTags": true
},
"source": {
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_",
"include": [
"src",
"externs"
]
},
"plugins": [
"node_modules/jsdoc/plugins/markdown",
"build/jsdoc/api/plugins/inheritdoc",
"build/jsdoc/api/plugins/interface",
"build/jsdoc/api/plugins/typedefs",
"build/jsdoc/api/plugins/events",
"build/jsdoc/api/plugins/observable",
"build/jsdoc/api/plugins/api"
],
"markdown": {
"parser": "gfm"
},
"stability": {
"levels": ["deprecated","experimental","unstable","stable","frozen","locked"]
},
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"default": {
"outputSourceFiles": true
},
"applicationName": "OL3-Goggle-Maps"
},
"jsVersion": 180
}