forked from GitbookIO/theme-faq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 799 Bytes
/
package.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
{
"name": "gitbook-plugin-theme-faq",
"description": "Theme for using GitBook as a FAQ or Knowledge base",
"version": "1.1.0",
"engines": {
"gitbook": ">=3.0.0-pre.10"
},
"devDependencies": {
"gitbook-markdown-css": "^1.0.1",
"less": "2.6.0",
"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. <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitbookIO/theme-faq/issues"
},
"contributors": [
{
"name": "Samy Pessé",
"email": "[email protected]"
}
]
}