@draftbox-co/gatsby-plugin-fusejs
Version:
A Gatsby plugin for the lightweight fuzzy search library fusejs
43 lines (42 loc) • 1.03 kB
JSON
{
"name": "@draftbox-co/gatsby-plugin-fusejs",
"version": "1.0.5",
"description": "A Gatsby plugin for the lightweight fuzzy search library fusejs",
"main": "gatsby-node.js",
"author": "Arun Priyadarshi <arunpriyadarshi52@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/draftbox-co/gatsby-plugin-fusejs"
},
"bugs": {
"url": "https://github.com/draftbox-co/gatsby-plugin-fusejs/issues"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"draftbox",
"fuzzy search",
"search",
"fusejs"
],
"engines": {
"node": ">= 8.9.0"
},
"scripts": {
"build": "babel src --out-dir ."
},
"dependencies": {
"@gunnerforlife/sample-package": "^1.0.0",
"fuse.js": "^6.4.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"babel-preset-gatsby-package": "^0.1.4",
"cross-env": "^5.1.4"
},
"peerDependencies": {
"gatsby": ">2.0.0-alpha"
},
"license": "MIT"
}