UNPKG

magnet-algolia

Version:
44 lines (43 loc) 977 B
{ "name": "magnet-algolia", "version": "1.0.0", "description": "Magnet adapter for algoliasearch", "keywords": [ "magnet", "magnetjs", "algolia" ], "homepage": "https://github.com/magnetjs/magnet-algolia#readme", "bugs": { "url": "https://github.com/magnetjs/magnet-algolia/issues" }, "author": "Kieve Chua <kievechua@gmail.com> (https://github.com/kievechua)", "files": [ "README", "CHANGELOG.md", "dist" ], "main": "dist/index.js", "repository": "magnetjs/magnet-algolia", "scripts": { "start": "fly", "build": "fly build", "dist": "npm run build && npm publish" }, "dependencies": { "algoliasearch": "^3.22.1", "magnet-core": "^4.0.1" }, "devDependencies": { "fly": "^2.0.5", "fly-clear": "^1.0.1", "fly-esnext": "^2.0.1", "fly-flatten": "^1.0.1", "fly-typescript": "^1.0.0", "fly-watch": "^1.1.1" }, "engines": { "node": ">=6.9.5" }, "license": "MIT" }