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

47 lines
1.4 KiB

{
"name": "openproject",
"version": "3.0",
"dependencies": {
"jquery": "1.11.0",
"jquery-ujs": "1.0.0",
"jquery-ui": "~1.10.4",
"select2": "3.5.2",
"jquery.atwho": "0.5.1",
"angular": "~1.3.14",
"angular-animate": "~1.3.14",
"angular-aria": "~1.3.14",
"angular-ui-date": "0.0.3",
"angular-ui-router": "0.2.15",
"angular-i18n": "~1.3.0",
"angular-modal": "finnlabs/angular-modal#d45eb9ceb720b8785613ba89ba0f14f8ab197569",
"angular-sanitize": "~1.3.14",
"angular-truncate": "sparkalow/angular-truncate#fdf60fda265042d12e9414b5354b2cc52f1419de",
"angular-feature-flags": "mjt01/angular-feature-flags",
"angular-elastic": "2.5.0",
"jquery-migrate": "~1.2.1",
"moment": "~2.10.6",
"moment-timezone": "0.4.x",
10 years ago
"angular-context-menu": "nickmessing/angular-context-menu#a908eccaec323cd66973d58af4965694bdff16a1",
"angular-busy": "~4.1.1",
"hyperagent": "manwithtwowatches/hyperagent#v0.4.2",
"lodash": "~2.4.1",
"foundation-apps": "1.1.0",
"bourbon": "~4.2.1",
"ui-select": "0xf013/ui-select#c7bef79e24cbeab977635c7a94d8f9504d4ee2e2",
"mousetrap": "~1.4.6",
"ng-file-upload": "~5.0.9"
},
"devDependencies": {
"mocha": "~1.14.0",
"angular-mocks": "~1.3",
"chai": "~1.9.0",
"jquery-mockjax": "~1.5.3"
},
"resolutions": {
"jquery": "1.11.0",
"angular": "1.3.14",
"angular-animate": "1.3.14",
10 years ago
"select2": "3.5.2"
}
}