-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
42 lines (42 loc) · 1 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
{
"name": "grafana-pagerduty",
"private": true,
"metrics": true,
"annotations": true,
"version": "0.2.1",
"description": "Pagerduty Datasource for Grafana",
"main": "index.js",
"scripts": {
"sign": "grafana-toolkit plugin:sign",
"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/xginn8/grafana-pagerduty.git"
},
"author": "xginn8",
"license": "MIT",
"bugs": {
"url": "https://github.com/xginn8/grafana-pagerduty/issues"
},
"devDependencies": {
"@grafana/toolkit": "^8.4.3",
"chai": "~4.2.0",
"jsdom": "~14.0.0",
"prunk": "^1.3.1",
"q": "^1.5.1"
},
"dependencies": {
"lodash": "^4.17.21",
"mocha": "^6.1.4"
},
"homepage": "https://github.com/xginn8/grafana-pagerduty#readme",
"keywords": [
"grafana",
"pagerduty",
"datasource"
]
}