-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 779 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "QuickValuesPlusWidget",
"version": "3.1.0",
"description": "GrayLog2 QuickValuesPlus Widget Plugin",
"repository": {
"type": "git",
"url": "https://github.com/billmurrin/graylog-plugin-quickvaluesplus-widget"
},
"scripts": {
"start": "./node_modules/.bin/webpack-dev-server",
"build": "./node_modules/.bin/webpack"
},
"keywords": [
"graylog"
],
"author": "Bill Murrin <bill@billmurrin.com>",
"license": "GPL-3.0",
"dependencies": {
"bootstrap": "3.3.6",
"reflux": "^0.2.12",
"crossfilter": "1.3.x",
"d3": "3.5.17",
"dc": "2.0.0-beta.19",
"immutable": "^3.7.5"
},
"devDependencies": {
"graylog-web-plugin": "file:../graylog2-server/graylog2-web-interface/packages/graylog-web-plugin"
}
}