forked from davidk81/grafana-newrelic-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 964 Bytes
/
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
{
"name": "grafana-newrelic-datasource",
"version": "0.0.5",
"description": "Grafana New Relic DataSource",
"main": "dist/module.js",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yesoreyeram/grafana-newrelic-datasource.git"
},
"keywords": [
"grafana",
"newrelic"
],
"author": "Sriramajeyam Sugumaran",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yesoreyeram/grafana-newrelic-datasource/issues"
},
"homepage": "https://github.com/yesoreyeram/grafana-newrelic-datasource#readme",
"dependencies": {
"lodash": "^4.17.15"
},
"devDependencies": {
"@grafana/toolkit": "^6.4.0",
"@types/grafana": "github:CorpGlory/types-grafana.git",
"@types/lodash": "^4.14.141"
}
}