UNPKG

pure-fts

Version:
33 lines (32 loc) 739 B
{ "name": "pure-fts", "version": "3.2.2", "description": "pure-js full text search", "main": "index.js", "scripts": { "test": "lab -c -t98", "cover": "lab -c -r html -o coverage/report.html" }, "repository": { "type": "git", "url": "https://github.com/smikes/pure-fts" }, "keywords": "fts, pure, full, text, search", "author": "Sam Mikes <smikes@cubane.com>", "license": "MIT", "devDependencies": { "code": "^1.2.1", "jslint": "^0.7.2", "lab": "^5.2.1" }, "dependencies": { "JSONStream": "^0.10.0", "adm-zip": "^0.4.4", "async": "^0.9.0", "binary-search": "^1.2.0", "hoek": "^2.11.0", "mkdirp": "^0.5.0", "rimraf": "^2.2.8", "through": "^2.3.6" } }