openstackid/bower.json
Sebastian Marcet d2bb5d1be2 Added OAUTH2.0 Admin Groups
now users are able to set admin users on theirs apps
so multiple user could edit/review theirs apps

Change-Id: Ic44bd9363a20d388f81acf2f4ed5c36deb4d4e85
2016-02-25 17:11:31 -03:00

46 lines
984 B
JSON

{
"name": "OpenStackid",
"description": "OpenstackId Idp",
"keywords": [
"OpenStackid",
"OpenStack",
"openid",
"oauth2",
"openid",
"connect",
"OIDC",
"OP",
"OIDC"
],
"license": "MIT",
"homepage": "https://git.openstack.org/cgit/openstack-infra/openstackid",
"authors": [
"Sebastian Marcet <smarcet@gmail.com>"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_assets",
"test",
"tests"
],
"dependencies": {
"jquery-ui": "~1.11.4",
"jquery-validate": "~1.14.0",
"jquery": "~2.1.4",
"bootstrap": "~3.3.5",
"fontawesome": "~4.3.0",
"jquery-migrate-official": "~1.2.1",
"bootstrap-tagsinput": "0.7.1",
"bootstrap-datepicker": "~1.4.0",
"pure-templates": "*",
"pwstrength-bootstrap": "~1.2.7",
"uri.js": "~1.15.2",
"crypto-js": "~3.1.5",
"jquery-cookie": "~1.4.1",
"typeahead.js": "0.11.1",
"sweetalert": "~1.1.3"
}
}