sogo/UI/WebServerResources/bower.json
Francis Lachapelle 533d7110c7 Improve webmail editor
- Fixed handling of saving drafts
- Fixed handling of message type (HTML/plain)
- Added primitive handling of attachments
2015-06-11 15:42:34 -04:00

18 lines
405 B
JSON

{
"name": "sogo-web",
"private": true,
"devDependencies": {
"angular": "~1.2",
"angular-animate": "~1.2",
"angular-ui-router": "~0.2",
"angular-foundation": "~0.3",
"angular-recursion": "~1.0",
"angular-vs-repeat": ">=1.0",
"angular-file-upload": "~1.0",
"ng-tags-input": "~2.0",
"foundation": ">5.3",
"ionic": "1.0.0-beta.11",
"underscore": "~1.6"
}
}