UNPKG

793 BJSONView Raw
1{
2 "source": {
3 "include": [
4 "./lib/parse_stream.js",
5 "./lib/events.jsdoc",
6 "./index.js"
7 ]
8 },
9 "opts": {
10 "template": "./node_modules/docdash",
11 "encoding": "utf8",
12 "destination": "./docs/",
13 "readme": "./README.md"
14 },
15 "templates": {
16 "cleverlinks": true
17 },
18 "sourceType": "module",
19 "plugins": ["plugins/markdown"],
20 "docdash": {
21 "menu": {
22 "Github Repo": {
23 "href":"https://github.com/CrunchwrapSupreme/twit-stream-v2",
24 "target":"_blank",
25 "class":"menu-item",
26 "id":"website_link"
27 }
28 },
29 "search": true,
30 "sort": false,
31 "meta": {
32 "description": "Implementation of the v2 twitter streaming api",
33 "keyword": "twitter api v2 node.js rest http stream client"
34 }
35 }
36}