forked from grafana-toolbox/panodata-map-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 697 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 697 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
30
{
"name": "grafana-map-panel",
"version": "0.9.0",
"description": "Map Panel",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"keywords": [
"grafana",
"map",
"panel",
"plugin",
"worldmap"
],
"author": "Grafana Labs",
"license": "MIT",
"devDependencies": {
"@grafana/toolkit": "next",
"@types/grafana": "https://git@github.com/CorpGlory/types-grafana.git",
"@types/lodash": "^4.14.118",
"@types/moment": "^2.13.0"
},
"dependencies": {
"jquery": "^3.2.1",
"lodash": "^4.17.11"
}
}