OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/frontend/bower.json

44 lines
1.3 KiB

{
"name": "openproject",
"version": "3.0",
"dependencies": {
"jquery": "1.11.0",
"jquery-ujs": "1.0.0",
"jquery-ui": "~1.10.4",
"select2": "3.3.2",
"jquery.atwho": "0.5.1",
"angular": "~1.3.6",
"angular-animate": "~1.3.6",
10 years ago
"angular-aria": "~1.3.6",
"angular-ui-select2": "0.0.5",
"angular-ui-select2-sortable": "0.0.1",
"angular-ui-date": "0.0.3",
"angular-ui-router": "0.2.11",
"angular-i18n": "~1.3.0",
"angular-modal": "finnlabs/angular-modal#30458d0bba69d95801c7287480e9303d2982757b",
"angular-sanitize": "~1.3.6",
"angular-truncate": "sparkalow/angular-truncate#fdf60fda265042d12e9414b5354b2cc52f1419de",
"angular-feature-flags": "mjt01/angular-feature-flags",
"jquery-migrate": "~1.2.1",
"momentjs": "~2.7.0",
"moment-timezone": "~0.2.0",
"angular-context-menu": "finnlabs/angular-context-menu#v0.2.0",
"angular-busy": "~4.1.1",
"hyperagent": "manwithtwowatches/hyperagent#v0.4.2",
"lodash": "~2.4.1"
},
"devDependencies": {
"mocha": "~1.14.0",
"angular-mocks": "~1.3",
"chai": "~1.9.0",
"jquery-mockjax": "~1.5.3",
"ui-select": "angular-ui/ui-select#~0.9.5"
},
"resolutions": {
"select2": "3.3.2",
"jquery": "1.11.0",
"angular": "1.3.6",
"angular-animate": "1.3.6"
}
}