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/bower.json

25 lines
593 B

{
"name": "openproject",
"version": "3.0",
"dependencies": {
"jquery": "1.7.2",
"jquery-ujs": "latest",
"select2": "3.3.2",
"jquery.atwho": "latest",
"openproject-ui_components": "opf/openproject-ui_components#with-bower",
"angular": "~1.2.14",
"angular-animate": "~1.2.14",
"angular-ui-select2": "latest",
"angular-ui-date": "latest"
},
"devDependencies": {
"mocha": "~1.14.0",
"angular-mocks": "~1.2.14",
"angular-scenario": "~1.2.14",
"chai": "~1.9.0"
},
"resolutions": {
"select2": "3.3.2",
"jquery": "1.7.2"
}
}