forked from naturalsolutions/NS.UI.FormBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
106 lines (106 loc) · 2.91 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "formbuilder",
"version": "0.0.0",
"homepage": "https://github.com/NaturalSolutions/NS.UI.FormBuilder",
"authors": [
"MICELI Antoine"
],
"main": "index.html",
"keywords": [
"XML"
],
"license": "MIT",
"private": true,
"dependencies": {
"jquery" : null,
"jquery.ui" : null,
"backbone" : null,
"underscore" : null,
"backbone.radio" : null,
"bootstrap" : "3.2.0",
"blobjs" : "https://github.com/eligrey/Blob.js.git",
"i18n" : "https://github.com/jamuhl/i18next.git",
"font-awesome" : "https://github.com/FortAwesome/Font-Awesome.git",
"fancytree" : "https://github.com/mar10/fancytree.git",
"requirejs" : null,
"backbone-forms" : "https://github.com/powmedia/backbone-forms.git",
"bootstrapAdapter" : "https://github.com/powmedia/backbone.bootstrap-modal.git",
"jquery-simple-slider" : null,
"bootstrap-select" : "https://github.com/silviomoreto/bootstrap-select.git",
"sweetalert" : null,
"filesaver" : "https://github.com/eligrey/FileSaver.js.git",
"marionette" : "~2.3.0",
"backgrid" : "~0.3.5",
"moment" : null,
"slimScroll" : "https://github.com/rochal/jQuery-slimScroll.git#~1.3.3",
"eonasdan-bootstrap-datetimepicker": "https://github.com/Eonasdan/bootstrap-datetimepicker.git#~4.7.14",
"requirejs-plugins" : "~1.0.3",
"reneco-fonts" : "*",
"pillbox-editor" : "*"
},
"dependenciesIgnore": {
"backbone": [
"**/!(backbone.js)"
],
"jquery": [
"**/!(jquery.min.js)"
],
"underscore": [
"**/!(underscore-min.js)"
],
"backbone.radio": [
"**/!(build)"
],
"bootstrap": [
"**/!(dist)"
],
"blobjs": [
"**/!(Blob.js)"
],
"i18n": [
"**/!(i18next.min.js)"
],
"requirejs": [
"**/!(require.js)"
],
"backbone-forms": [
"**/!(distribution)"
],
"bootstrapAdapter": [
"**/!(src)"
],
"rangeslider.js": [
"**/!(dist)"
],
"bootstrap-select": [
"**/!(dist)"
],
"sweetalert": [
"**/!(lib)"
],
"filesaver": [
"**/!(FileSaver.min.js)"
],
"marionette": [
"**/!(lib)"
],
"backgrid": [
"**/!(lib)"
],
"moment": [
"**/!(moment.js)"
],
"font-awesome": [
"less",
"scss",
"*.json",
".*"
],
"fancytree": [
"**/*.json",
"**/*.md",
"**/.*",
"**/*.txt"
]
}
}