##// END OF EJS Templates
svn-support: Make the reload command timeout configurable via ini file....
svn-support: Make the reload command timeout configurable via ini file. Duration of the reload command may heavily vary between different commands, setups, etc. Therefore we should make the timeout configurable. This way customers can adapt it to their needs.

File last commit:

r818:29fc059a default
r1015:c9bcf161 default
Show More
bower.json
17 lines | 728 B | application/json | JsonLexer
{
"name": "rhodecode-elements",
"description": "User interface for elements for rhodecode",
"main": "index.html",
"dependencies": {
"webcomponentsjs": "^0.7.22",
"polymer": "Polymer/polymer#^1.6.1",
"paper-button": "PolymerElements/paper-button#^1.0.13",
"paper-spinner": "PolymerElements/paper-spinner#^1.2.0",
"paper-tooltip": "PolymerElements/paper-tooltip#^1.1.2",
"paper-toast": "PolymerElements/paper-toast#^1.3.0",
"paper-toggle-button": "PolymerElements/paper-toggle-button#^1.2.0",
"iron-ajax": "PolymerElements/iron-ajax#^1.4.3",
"iron-autogrow-textarea": "PolymerElements/iron-autogrow-textarea#^1.0.13",
"iron-a11y-keys": "PolymerElements/iron-a11y-keys#^1.0.6"
}
}