refactor frontend lib, add bower

prod
Dmitriy Shesterkin 9 years ago
parent 65a815fe57
commit f065f416e4
  1. 29
      bower.json

@ -0,0 +1,29 @@
{
"name": "dokumentor",
"authors": [
"Dmitriy Shesterkin <mitri4@bk.ru>"
],
"description": "",
"main": "",
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/dokumentor/static/vendor",
"test",
"tests"
],
"dependencies": {
"Croppie": "croppie#^2.4.1",
"handlebars": "^4.0.10",
"jquery.cookie": "^1.4.1",
"suggestions.jquery": "^16.10.3",
"jquery": "1.10.2",
"jquery-ui": "1.10.3",
"blockUI": "*",
"django-dynamic-formset": "*",
"jquery-form": "3.37.0"
}
}
Loading…
Cancel
Save