-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
34 lines (34 loc) · 823 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "jquery.dynForm",
"main": "jquery.dynForm.js",
"version": "0.0.0",
"homepage": "https://github.com/oceatoon/jquery.dynForm",
"authors": [
"Open-Steps.org <contact@open-steps.org>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"example/assets/components",
"test",
"tests"
],
"dependencies": {
"animate.css": "~3.2.6",
"blockui": "*",
"bootstrap": "~3.3.4",
"bootstrap-datepicker": "~1.4.0",
"bootstrap-daterangepicker": "~1.3.19",
"bootstrap-datetimepicker": "~0.0.11",
"font-awesome": "~4.3.0",
"jquery": "~2.1.3",
"jquery-ui": "~1.11.4",
"jquery-validation": "~1.13.1",
"jquery.transit": "~0.9.12",
"select2": "~3.5.2",
"jquery-touchswipe": "~1.6.8",
"toastr": "~2.1.1"
}
}