We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8a1a9d commit 7ee3058Copy full SHA for 7ee3058
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "novatec-flowmap-panel",
+ "name": "novatec-service-dependency-graph-panel",
3
"version": "1.0.0",
4
- "description": "Novatec Flowmap",
+ "description": "Service Dependency Graph panel for Grafana",
5
"main": "src/module.js",
6
"scripts": {
7
"build": "node --max-old-space-size=8192 ./node_modules/.bin/webpack --config webpack.config.prod.js",
@@ -15,8 +15,8 @@
15
"plugin",
16
"panel"
17
],
18
- "author": "Raintank",
19
- "license": "MIT",
+ "author": "Novatec",
+ "license": "Apache 2.0",
20
"devDependencies": {
21
"@babel/core": "^7.1.6",
22
"@babel/preset-env": "^7.1.6",
0 commit comments