UNPKG

vuepress-plugin-flexsearch

Version:

Next-Generation full text search library for Vuepress

42 lines (41 loc) 1.07 kB
{ "name": "vuepress-plugin-flexsearch", "version": "0.3.0", "description": "Next-Generation full text search library for Vuepress", "main": "index.js", "publishConfig": { "access": "public" }, "scripts": { "dev": "vuepress dev example/docs", "build": "vuepress build example/docs", "prepublishOnly": "npm run build && conventional-changelog -p angular -r 2 -i CHANGELOG.md -s" }, "repository": { "type": "git", "url": "https://github.com/z3by/vuepress-plugin-flexsearch" }, "keywords": [ "vuepress-plugin-flexsearch", "vuepress-search", "search", "vuepress-plugin", "vuepress" ], "author": { "name": "Ahmad Mostafa", "email": "zoaby.am@gmail.com", "url": "https://github.com/z3by" }, "license": "MIT", "homepage": "https://github.com/z3by/vuepress-plugin-flexsearch#readme", "devDependencies": { "conventional-changelog-cli": "2.0.31", "he": "^1.2.0", "vuepress": "^1.4.1" }, "dependencies": { "@vuepress/plugin-search": "^1.8.2", "flexsearch": "^0.6.32" } }