sogo/UI/WebServerResources/bower.json

21 lines
462 B
JSON
Raw Normal View History

2014-08-06 21:43:03 +02:00
{
"name": "sogo-web",
"private": true,
"devDependencies": {
"angular": "1.3.x",
"angular-animate": "1.3.x",
2015-02-25 20:02:52 +01:00
"angular-ui-router": "0.2.x",
"angular-recursion": "~1",
"angular-vs-repeat": "~1",
"angular-file-upload": "~1",
2015-02-25 20:02:52 +01:00
"angular-material": "master",
"material-design-iconic-font": "~1",
"ng-tags-input": "~2",
"compass-mixins": "~0.12.3",
"underscore": "~1"
},
"resolutions": {
2015-02-25 20:02:52 +01:00
"angular": "1.3.x"
2014-08-06 21:43:03 +02:00
}
}