
This patch enables request caching for specifically addressed resources. In order to avoid cache expiry, POST/PUT/DELETE requests trigger a immediate cache update. Furthermore, angular-cache was added to handle our maxAge expiration, with an expiration time of one minute. This short time is intended to provide a reasonable lifespan for each resource - one that both prevents frequent reloads, but also doesn' tallow the resource to age too much. Change-Id: Ibbcb48c20fa99eb287c6543e042268ac8e842e17
26 lines
601 B
JSON
26 lines
601 B
JSON
{
|
|
"name": "storyboard-webclient",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"font-awesome": "4.2.0",
|
|
"angular": "1.2.25",
|
|
"angular-resource": "1.2.25",
|
|
"angular-sanitize": "1.2.25",
|
|
"bootstrap": "3.2.0",
|
|
"angular-ui-router": "0.2.11",
|
|
"angular-bootstrap": "0.11.2",
|
|
"angular-local-storage": "0.0.7",
|
|
"angular-elastic": "2.4.0",
|
|
"angular-moment": "0.8.2",
|
|
"angular-cache": "3.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.2.25",
|
|
"angular-scenario": "1.2.25"
|
|
},
|
|
"resolutions": {
|
|
"angular": "1.2.25",
|
|
"font-awesome": "4.2.0"
|
|
}
|
|
}
|