-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 958 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
35
36
{
"name": "spec-sources-to-grafana-panels",
"version": "1.0.0",
"description": "convert swagger spec JSON file / rake routes / other sources to grafana panels",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeanycyang/spec-sources-to-grafana-panels.git"
},
"keywords": [
"grafana",
"swagger",
"rake-routes",
"rakeRoutes"
],
"author": "Jean Yang",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeanycyang/spec-sources-to-grafana-panels/issues"
},
"homepage": "https://github.com/jeanycyang/spec-sources-to-grafana-panels#readme",
"dependencies": {
"grafana-dash-gen": "^2.6.0"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2"
}
}