blob: d08d1e2bb6d44de27f16b48c4e45374e573686e4 [file] [log] [blame]
{
"name": "flink-dashboard",
"version": "1.0.0",
"authors": [
"Piotr Godek <piotr.godek@gmail.com>"
],
"license": "The Apache Software Foundation Individual Contributor License Agreement",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.3.5",
"angular": "~1.3.15",
"angular-ui-router": "~0.2.13",
"d3": "~3.5.5",
"dagre-d3": "~0.4.8",
"font-awesome": "~4.3.0",
"angular-moment": "~0.9.2",
"moment-duration-format": "~1.3.0"
},
"overrides": {
"dagre-d3": {
"main": {
"development": "dist/dagre-d3.core.js",
"production": "dist/dagre-d3.core.min.js"
}
},
"dagre": {
"main": {
"development": "dist/dagre.core.js",
"production": "dist/dagre.core.min.js"
}
}
}
}