{ "name": "odl-vpp-ui", "description": "Opendaylight VPP UI", "main": "main.js", "authors": [ "Varun Seereeram", "Chris Metz", "Dave Wallace", "Daniel Malachovsky" ], "license": "ISC", "keywords": [ "open-vpp" ], "moduleType": [ "node" ], "homepage": "", "private": true, "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "angular-animate": "^1.3.0 || >1.4.0-beta.0", "angular-aria": "^1.3.15 || >1.4.0-beta.0", "angular-material": "~0.11.4", "angular-smart-table": "~2.1.7" }, "resolutions": { "angular": "1.4.9" } }