29 lines
606 B
JSON
29 lines
606 B
JSON
|
{
|
||
|
"name": "RedisLookupPlugin",
|
||
|
"version": "1.0.0-SNAPSHOT",
|
||
|
"description": "",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.nosd.in/yo/graylog-plugin-redis-lookup"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "webpack",
|
||
|
"lint": "eslint src",
|
||
|
"lint:path": "eslint",
|
||
|
"test": "jest"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"graylog"
|
||
|
],
|
||
|
"author": "johan <johan@nosd.in>",
|
||
|
"license": "MIT",
|
||
|
"eslintConfig": {
|
||
|
"extends": "graylog"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"graylog-web-plugin": "file:../graylog2-server/graylog2-web-interface/packages/graylog-web-plugin"
|
||
|
}
|
||
|
}
|