UNPKG

hydesearch

Version:

Experimental Frontend Search Engine for Hyde Documentation Sites

35 lines (34 loc) 887 B
{ "name": "hydesearch", "version": "0.2.1", "description": "Experimental Frontend Search Engine for Hyde Documentation Sites", "main": "dist/HydeSearch.js", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc && uglifyjs --compress --mangle --output dist/HydeSearch.min.js dist/HydeSearch.js" }, "repository": { "type": "git", "url": "git+https://github.com/hydephp/HydeSearch.git" }, "keywords": [ "hydephp", "frontend", "search", "static", "sites" ], "author": "Caen De Silva", "license": "MIT", "bugs": { "url": "https://github.com/hydephp/HydeSearch/issues" }, "homepage": "https://github.com/hydephp/HydeSearch#readme", "devDependencies": { "typescript": "^4.7.2", "uglify-js": "^3.15.4" } }