{
  "name": "tw5-fusejs",
  "version": "0.9.3",
  "author": "TheDiveO <thediveo@gmx.eu>",
  "description": "Fuse.js plugin for TiddlyWiki5",
  "homepage": "https://github.com/TheDiveO/TwFusejs",
  "license": "(MIT OR CC-BY-3.0 OR Apache-2.0)",
  "bugs": "https://github.com/TheDiveO/TwFusejs/issues",
  "keywords": [
    "tiddlywiki",
    "tiddlywiki5",
    "wiki",
    "plugin",
    "Fuse.js",
    "fuzzy",
    "searching"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/TheDiveO/TwFusejs"
  },
  "main": "main.js",
  "scripts": {
    "start": "tiddlywiki editions/develop --verbose --server 8080 $:/core/save/all text/plain text/html & echo $! > twfusejs.pid",
    "stop": "kill `cat twfusejs.pid` && rm twfusejs.pid",
    "winstart": "start \"TwFusejs Develop\" cmd /c tiddlywiki editions/develop --verbose --server 8080 $:/core/save/all text/plain text/html",
    "winstop": "taskkill /fi \"WINDOWTITLE eq TwFusejs Develop\"",
    "develop": "tiddlywiki editions/develop --verbose --server 8080 $:/core/save/all text/plain text/html",
    "release": "tiddlywiki editions/release --verbose --build release"
  },
  "dependencies": {
    "fuse.js": "^6.4.0",
    "tiddlywiki": "^5.1.22",
    "tw5-fontawesome": "^1.2.21",
    "tw5-thirdflow": "^1.2.11"
  },
  "devDependencies": {},
  "bundleDependencies": [],
  "engines": {
    "node": ">=4.6.0"
  }
}
