interactive-map-front-end-plugin
Version:
Interactive map front end plugin.
62 lines • 1.38 kB
JSON
{
"source": "./lib",
"destination": "./docs",
"includes": [
"\\.js$"
],
"excludes": [
"\\.config\\.js$"
],
"plugins": [
{
"name": "esdoc-standard-plugin"
},
{
"name": "esdoc-flow-type-plugin",
"option": {
"enable": true
}
},
{
"name": "esdoc-brand-plugin"
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {
"all": true
}
}
],
"option": {
"lint": {
"enable": true
},
"coverage": {
"enable": true
},
"brand": {
"logo": "interactive-map-front-end-plugin",
"title": "interactive-map-front-end-plugin",
"description": "Front end plugin for the interactive map.",
"repository": "https://matt-fletcher-94@bitbucket.org/matt-fletcher-94/interactive-map-front-end-plugin.git",
"site": "https://matt-fletcher-94@bitbucket.org/matt-fletcher-94/interactive-map-front-end-plugin.git",
"author": "https://matt-fletcher-94@bitbucket.org/matt-fletcher-94/interactive-map-front-end-plugin.git"
},
"test": {
"source": "./__tests__/",
"interfaces": [
"describe",
"it",
"context",
"suite",
"test"
],
"includes": [
"(spec|Spec|test|Test)\\.js$"
],
"excludes": [
"\\.config\\.js$"
]
}
}
}