lemonldap-ng/lemonldap-ng-manager/bower.json

23 lines
511 B
JSON
Raw Normal View History

2016-01-18 21:26:26 +01:00
{
"name": "angular-lemonldap-ng-manager",
"description": "Lemonldap::NG manager with AngularJS",
"version": "1.9.0",
"homepage": "https://lemonldap-ng.org",
2016-01-18 21:26:26 +01:00
"license": "GPL2",
"private": true,
"dependencies": {
"angular": "1.7.x",
"angular-animate": "x",
"angular-aria": "x",
2016-01-23 08:04:04 +01:00
"angular-bootstrap": "x",
"angular-cookies": "x",
"angular-ui-tree": "x",
2018-03-08 13:19:15 +01:00
"bootstrap": "3.x",
2016-01-18 21:26:26 +01:00
"es5-shim": "x",
"file-saver.js": "x"
},
"resolutions": {
"angular": "1.7.x"
2016-01-18 21:26:26 +01:00
}
}