forked from GitbookIO/theme-faq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 800 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 800 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
30
31
{
"name": "gitbook-plugin-theme-faq",
"description": "Theme for using GitBook as a FAQ or Knowledge base",
"version": "1.2.1",
"engines": {
"gitbook": ">=3.0.0-pre.10"
},
"devDependencies": {
"gitbook-markdown-css": "^1.0.1",
"less": "^2.7.1",
"less-plugin-clean-css": "^1.5.1"
},
"scripts": {
"prepublish": "mkdir -p _assets/website; lessc -clean-css ./src/less/website.less _assets/website/style.css"
},
"repository": {
"type": "git",
"url": "https://github.com/GitbookIO/theme-faq.git"
},
"author": "FriendCode Inc. <contact@gitbook.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/theme-faq/issues"
},
"contributors": [
{
"name": "Samy Pessé",
"email": "samy@gitbook.com"
}
]
}