cerebro-searx/package.json

37 lines
885 B
JSON

{
"name": "cerebro-searx",
"version": "1.0.0",
"description": "Cerebro plugin to search using a Searx instance",
"license": "MIT",
"repository": "scottwallacesh/cerebro-searx",
"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",
"search",
"searx"
],
"scripts": {
"start": "cerebro-scripts start",
"build": "cerebro-scripts build",
"test": "cerebro-scripts test",
"clear": "cerebro-scripts clear",
"prepublish": "yarn clear && yarn build"
}
}