Web View
This commit is contained in:
+81
@@ -0,0 +1,81 @@
|
||||
{
|
||||
"_from": "gitbook-plugin-fontsettings",
|
||||
"_id": "gitbook-plugin-fontsettings@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-bZpz/Jev7lL1d3VNp41KHZD67UYqyqdOwbsJE6YEW93R2mGiLfZLpUs86d2nrY61BedhlNck1xF52FNT6sWeig==",
|
||||
"_location": "/gitbook-plugin-fontsettings",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "tag",
|
||||
"registry": true,
|
||||
"raw": "gitbook-plugin-fontsettings",
|
||||
"name": "gitbook-plugin-fontsettings",
|
||||
"escapedName": "gitbook-plugin-fontsettings",
|
||||
"rawSpec": "",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "latest"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/gitbook-plugin-fontsettings/-/gitbook-plugin-fontsettings-2.0.0.tgz",
|
||||
"_shasum": "835f900ae3dd111086fe7ed4425ee3de024861ab",
|
||||
"_spec": "gitbook-plugin-fontsettings",
|
||||
"_where": "D:\\Book\\Sec-Interview",
|
||||
"bugs": {
|
||||
"url": "https://github.com/GitbookIO/plugin-fontsettings/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Fonts and colors themes settings the website for a better reading experience",
|
||||
"devDependencies": {
|
||||
"eslint": "^2.7.0",
|
||||
"less": "2.5.1"
|
||||
},
|
||||
"engines": {
|
||||
"gitbook": ">=2.4.0"
|
||||
},
|
||||
"gitbook": {
|
||||
"properties": {
|
||||
"theme": {
|
||||
"type": "string",
|
||||
"default": "white",
|
||||
"title": "Default theme",
|
||||
"enum": [
|
||||
"white",
|
||||
"sepia",
|
||||
"night"
|
||||
]
|
||||
},
|
||||
"family": {
|
||||
"type": "string",
|
||||
"default": "sans",
|
||||
"title": "Default font family",
|
||||
"enum": [
|
||||
"sans",
|
||||
"serif"
|
||||
]
|
||||
},
|
||||
"size": {
|
||||
"type": "number",
|
||||
"default": 2,
|
||||
"title": "Default font size",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
},
|
||||
"homepage": "https://github.com/GitbookIO/plugin-fontsettings",
|
||||
"license": "Apache-2.0",
|
||||
"main": "index.js",
|
||||
"name": "gitbook-plugin-fontsettings",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/GitbookIO/plugin-fontsettings.git"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "lessc ./less/website.less > ./assets/website.css;"
|
||||
},
|
||||
"version": "2.0.0"
|
||||
}
|
||||
Reference in New Issue
Block a user