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
37
|
{
"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",
"angular-ui-grid": "~3.1.0"
},
"resolutions": {
"angular": "1.4.9"
}
}
|