6fa8b92891
* handle js-yaml and underscore libraries with bower (use libraries downloaded with bower by sym-linking bower_components to libs dir in static); * get rid of no longer used angular-filter; * move libraries without official releases to custom-libs * simplify file requirements in karma config. Change-Id: Ie3d1d90c6f2ccc89c7cf91fe0d9dae4b2b88442f
28 lines
638 B
JSON
28 lines
638 B
JSON
{
|
|
"name": "merlin",
|
|
"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",
|
|
"js-yaml": "3.2.7",
|
|
"underscore": "1.8.3"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.3.10",
|
|
"angular-scenario": "1.3.10"
|
|
},
|
|
"resolutions": {
|
|
"angular": "1.3.10",
|
|
"font-awesome": "4.3.0"
|
|
}
|
|
}
|