mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
26 lines
690 B
JSON
26 lines
690 B
JSON
{
|
|
"name": "graylog-web-manifests",
|
|
"version": "7.1.0-SNAPSHOT",
|
|
"description": "Manifests needed to reuse vendor & shared bundles in graylog web interface plugins",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Graylog2/graylog-web-manifests.git"
|
|
},
|
|
"keywords": [
|
|
"graylog",
|
|
"web",
|
|
"plugin",
|
|
"manifests",
|
|
"webpack"
|
|
],
|
|
"author": "Graylog, Inc. <hello@graylog.com>",
|
|
"license": "SSPL-1.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Graylog2/graylog-web-manifests/issues"
|
|
},
|
|
"homepage": "https://github.com/Graylog2/graylog-web-manifests#readme"
|
|
}
|