forked from grafana-druid-plugin/druidplugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.44 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
{
"name": "sg-druid-plugin",
"version": "1.2.0",
"description": "Grafana plugin for Druid real-time OLAP database",
"main": "index.js",
"scripts": {
"build": "grunt",
"test": "echo \\\"Error: no test specified\\\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://sgithub.fr.world.socgen/aabdelka101518/sg-druid-plugin.git"
},
"keywords": [
"Druid"
],
"author": "Ahmed Abdelkafi, Olivier Hoarau",
"license": "ISC",
"bugs": {
"url": "https://sgithub.fr.world.socgen/aabdelka101518/sg-druid-plugin/issues"
},
"devDependencies": {
"@types/lodash": "^4.14.74",
"grafana-sdk-mocks": "file:dependencies/grafana-sdk-mocks.tar.gz",
"grunt": "^1.0.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-string-replace": "^1.3",
"grunt-ts": "^6.0.0-beta.21",
"grunt-tslint": "^5.0.2",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-expect": "^1.1.3",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-systemjs": "^0.16.0",
"load-grunt-tasks": "^4.0.0",
"mocha": "^5.1.1",
"plugin-typescript": "^8.0.0",
"sinon": "^6.3.1",
"systemjs-plugin-css": "^0.1.35",
"tslint": "^5.20.0",
"typescript": "^3.0.3"
},
"homepage": "https://sgithub.fr.world.socgen/aabdelka101518/sg-druid-plugin#readme",
"dependencies": {}
}