sogo/UI/WebServerResources/bower.json
Francis Lachapelle 64ce63d812 (js) Add support for XSRF token with downloads
Initial support to download a file from an Ajax query. This allows the
XSRF token to be sent and verified by the server.
2016-05-03 12:57:36 -04:00

20 lines
487 B
JSON

{
"name": "sogo-web",
"private": true,
"devDependencies": {
"angular": "1.4.x",
"angular-animate": "1.4.x",
"angular-aria": "1.4.x",
"angular-cookies": "1.4.x",
"angular-messages": "1.4.x",
"angular-sanitize": "1.4.x",
"angular-ui-router": "latest",
"angular-file-upload": "latest",
"angular-material": ">v1.1.0-rc4-master",
"file-saver.js": "latest",
"lodash": "latest",
"Sortable": "latest",
"breakpoint-sass": ">=2.4.2"
}
}