diff options
author | Samy Pesse <samypesse@gmail.com> | 2016-10-13 00:18:47 +0200 |
---|---|---|
committer | Samy Pesse <samypesse@gmail.com> | 2016-10-13 00:18:47 +0200 |
commit | ba56801352359e606e261b1fc066af4e394c47c9 (patch) | |
tree | 20c26cfd18f30858baf7527f3720e9011e3b6f57 /packages/gitbook-plugin-lunr | |
parent | 48ee0e35b0a9f77cfc66b2ec35a45e487020c847 (diff) | |
download | gitbook-ba56801352359e606e261b1fc066af4e394c47c9.zip gitbook-ba56801352359e606e261b1fc066af4e394c47c9.tar.gz gitbook-ba56801352359e606e261b1fc066af4e394c47c9.tar.bz2 |
Add base for new fontsettings plugin
Diffstat (limited to 'packages/gitbook-plugin-lunr')
-rw-r--r-- | packages/gitbook-plugin-lunr/package.json | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/packages/gitbook-plugin-lunr/package.json b/packages/gitbook-plugin-lunr/package.json index 7093e7f..9193dd9 100644 --- a/packages/gitbook-plugin-lunr/package.json +++ b/packages/gitbook-plugin-lunr/package.json @@ -1,44 +1,44 @@ { - "name": "gitbook-plugin-lunr", - "description": "Static and local index for search in GitBook", - "main": "index.js", - "browser": "./_assets/theme.js", - "version": "4.0.0", - "dependencies": { - "gitbook-core": "4.0.0", - "html-entities": "1.2.0", - "lunr": "0.5.12" - }, - "devDependencies": { - "gitbook-plugin": "4.0.0" - }, - "engines": { - "gitbook": ">=3.0.0" - }, - "gitbook": { - "properties": { - "maxIndexSize": { - "type": "number", - "title": "Limit size for the index", - "default": 1000000 - }, - "ignoreSpecialCharacters": { - "type": "boolean", - "title": "Ignore special characters in words", - "default": false - } + "name": "gitbook-plugin-lunr", + "description": "Static and local index for search in GitBook", + "main": "index.js", + "browser": "./_assets/theme.js", + "version": "4.0.0", + "dependencies": { + "gitbook-core": "4.0.0", + "html-entities": "1.2.0", + "lunr": "0.5.12" + }, + "devDependencies": { + "gitbook-plugin": "4.0.0" + }, + "engines": { + "gitbook": ">=3.0.0" + }, + "gitbook": { + "properties": { + "maxIndexSize": { + "type": "number", + "title": "Limit size for the index", + "default": 1000000 + }, + "ignoreSpecialCharacters": { + "type": "boolean", + "title": "Ignore special characters in words", + "default": false } - }, - "scripts": { - "build-js": "gitbook-plugin build ./src/index.js ./_assets/theme.js", - "prepublish": "npm run build-js" - }, - "homepage": "https://github.com/GitBookIO/gitbook", - "repository": { - "type": "git", - "url": "https://github.com/GitBookIO/gitbook.git" - }, - "bugs": { - "url": "https://github.com/GitBookIO/gitbook/issues" - } + } + }, + "scripts": { + "build-js": "gitbook-plugin build ./src/index.js ./_assets/theme.js", + "prepublish": "npm run build-js" + }, + "homepage": "https://github.com/GitBookIO/gitbook", + "repository": { + "type": "git", + "url": "https://github.com/GitBookIO/gitbook.git" + }, + "bugs": { + "url": "https://github.com/GitBookIO/gitbook/issues" + } }
\ No newline at end of file |