forked from mamatcyber/humio2grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.45 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "humio2grafana",
"version": "1.0.5",
"description": "Humio datasouce for grafana",
"main": "dist/module",
"scripts": {
"build": "grunt",
"watch": "grunt watch",
"test": "./node_modules/karma/bin/karma start"
},
"homepage": "https://github.com/humio/humio2grafana#readme",
"keywords": [
"humio",
"grafana",
"datasouce"
],
"repository": {
"type": "git",
"url": "git+https://github.com/humio/humio2grafana.git"
},
"author": "Humio apps",
"license": "Apache License, Version 2.0",
"bugs": {
"url": "https://github.com/humio/humio2grafana/issues"
},
"dependencies": {
"lodash": "^4.17.4",
"moment": "^2.18.1",
"q": "^1.5.0",
"systemjs": "^0.19.47"
},
"devDependencies": {
"@types/lodash": "^4.14.93",
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-pug": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ts": "^6.0.0-beta.20",
"karma": "^3.1.1",
"karma-chrome-launcher": "^2.2.0",
"karma-es6-shim": "^1.0.0",
"karma-expect": "^1.1.3",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-read-json": "^1.1.0",
"karma-systemjs": "^0.16.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "^5.0.0",
"plugin-typescript": "^7.1.0",
"systemjs-plugin-css": "^0.1.35",
"typescript": "^2.9.2"
}
}