-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 818 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 818 Bytes
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
{
"name": "modules",
"version": "1.0.0",
"description": "Modules containing documentation files.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bit-docs": "pre",
"bit-docs-dev": "pre",
"bit-docs-docjs-theme": "latest",
"bit-docs-generate-html": "pre",
"bit-docs-generate-readme": "pre",
"bit-docs-glob-finder": "pre",
"bit-docs-html-highlight-line": "pre",
"bit-docs-html-toc": "pre",
"bit-docs-js": "pre",
"bit-docs-prettify": "pre",
"bit-docs-process-mustache": "pre",
"bit-docs-process-tags": "pre",
"bit-docs-tag-demo": "pre",
"bit-docs-tag-package": "pre",
"bit-docs-tag-sourceref": "pre",
"bit-docs-type-annotate": "pre"
}
}