cerebro-genpw/package.json

36 lines
869 B
JSON
Raw Permalink Normal View History

2019-09-15 11:07:08 +01:00
{
"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"
}
}