-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsdoc.json
51 lines (51 loc) · 1.58 KB
/
jsdoc.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": false,
"typedefs": true,
"removeQuotes": "none",
"scripts": [],
"wrap": true,
"commonNav": false,
"meta": {
"title": "Jest-GeoJSON",
"description": "An extended set of matcher functions for the Jest Javascript unit testing framework tailored to evaluating GeoJSON data.",
"keyword": "jest-geojson, jest, testing, validation, geojson, test, gis, assertions, matchers, jest-tests, jest-matchers, javascript, node, npm"
},
"openGraph": {
"title": "Jest-GeoJSON Documentation",
"type": "article",
"image": "https://github.com/M-Scott-Lassiter/jest-geojson/blob/main/images/banner.svg",
"site_name": "Jest-GeoJSON",
"url": "https://github.com/M-Scott-Lassiter/jest-geojson"
},
"menu": {
"Github Repo": {
"href": "https://github.com/M-Scott-Lassiter/jest-geojson",
"target": "_blank",
"class": "menu-item",
"id": "repository"
}
}
},
"opts": {
"access": "all",
"readme": "README.md",
"recurse": true,
"template": "node_modules/docdash"
},
"plugins": [],
"templates": {
"default": {
"includeDate": false,
"useLongnameInNav": true
}
},
"source": {
"include": ["./src"],
"includePattern": ".+\\.js$"
},
"wrap": true
}