48b35b276d
Required some tweaks on the header menu to ensure that the toggle menus still worked properly. Change-Id: I7cdeca83625e2cc66bfd096aa02c95cc9cb8423e
26 lines
601 B
JSON
26 lines
601 B
JSON
{
|
|
"name": "storyboard-webclient",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"font-awesome": "4.3.0",
|
|
"angular": "1.3.10",
|
|
"angular-resource": "1.3.10",
|
|
"angular-sanitize": "1.3.10",
|
|
"bootstrap": "3.3.2",
|
|
"angular-ui-router": "0.2.13",
|
|
"angular-bootstrap": "0.12.0",
|
|
"angular-local-storage": "0.1.5",
|
|
"angular-elastic": "2.4.2",
|
|
"angular-moment": "0.9.0",
|
|
"angular-cache": "3.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.3.10",
|
|
"angular-scenario": "1.3.10"
|
|
},
|
|
"resolutions": {
|
|
"angular": "1.3.10",
|
|
"font-awesome": "4.3.0"
|
|
}
|
|
}
|