sogo/UI/WebServerResources/bower.json
Francis Lachapelle 4249d6cc5b Don't use md iconic font v2.0.0 (yet)
We need to evaluate the pros and cons of moving to font ligatures now
available with Angular Material
(https://material.angularjs.org/latest/#/api/material.components.icon/directive/mdIcon).
2015-06-19 13:43:18 -04:00

23 lines
555 B
JSON

{
"name": "sogo-web",
"private": true,
"devDependencies": {
"angular": "1.3.x",
"angular-animate": "1.3.x",
"angular-sanitize": "1.3.x",
"angular-ui-router": "latest",
"ui-router-extras": "latest",
"angular-recursion": "latest",
"angular-vs-repeat": "latest",
"angular-file-upload": "latest",
"angular-material": "master",
"material-design-iconic-font": "1.1.1",
"compass-mixins": "latest",
"underscore": "latest",
"breakpoint-sass": ">=2.4.2"
},
"resolutions": {
"angular": "1.3.x"
}
}