Files
network-vis-chart/package.json
2021-09-08 13:27:04 +02:00

33 lines
1018 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "qlik-network-chart",
"version": "0.0.1",
"description": "Displays hierarchical or relational dimensions as nodes and edges´, with measures to show the significance of its links.",
"homepage": "",
"repository": "https://github.com/qlik-oss/network-vis-chart",
"author": "Michael Laenen (miclae76) <m.laenen@contactoffice.net>",
"license": "MIT",
"scripts": {
"start": "nebula serve --build false --type qlik-network-chart",
"watch": "nebula serve --type qlik-network-chart",
"build": "nebula build ",
"eslint": "eslint src"
},
"main": "dist/qlik-network-chart.js",
"devDependencies": {
"@nebula.js/cli": "1.7.0",
"@nebula.js/cli-build": "1.7.0",
"@nebula.js/cli-sense": "1.7.0",
"@nebula.js/cli-serve": "1.7.0",
"@nebula.js/stardust": "1.7.0",
"babel-eslint": "10.1.0",
"eslint": "7.32.0"
},
"peerDependencies": {
"@nebula.js/stardust": ">=1.0.0"
},
"dependencies": {
"vis-network": "9.1.0",
"vis-data": "^7.0.0"
}
}