{ "name": "cerebro-genpw", "version": "1.0.0", "description": "Cerebro plugin to search using a Searx instance", "license": "MIT", "repository": "scottwallacesh/cerebro-genpw", "author": { "name": "Scott Wallace", "email": "scott@wallace.sh", "url": "https://scott.wallace.sh" }, "engines": { "node": ">=4" }, "dependencies": { "cerebro-tools": "^0.1.8", "cerebro-ui": "^0.0.16" }, "devDependencies": { "cerebro-scripts": "0.0.25" }, "main": "dist/index.js", "keywords": [ "cerebro", "cerebro-plugin", "genpw" ], "scripts": { "start": "cerebro-scripts start", "build": "cerebro-scripts build", "test": "cerebro-scripts test", "clear": "cerebro-scripts clear", "prepublish": "yarn clear && yarn build" } }