forked from gitana/alpaca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
81 lines (81 loc) · 2.12 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
{
"name": "alpaca",
"description": "Alpaca provides the easiest way to generate web and mobile forms on top of JSON Schema, jQuery, Bootstrap and a variety of frameworks.",
"version": "1.5.24",
"main": "dist/alpaca/bootstrap/alpaca.js",
"license": "Apache-2.0",
"keywords": [
"jquery",
"javascript",
"forms",
"json",
"json schema",
"json-schema",
"bootstrap",
"jquery-ui",
"jquery ui",
"jquery-mobile",
"jquery mobile",
"jqm",
"html",
"html5",
"js"
],
"authors": [
{
"name": "Michael Uzquiano",
"email": "michael.uzquiano@cloudcms.com"
},
{
"name": "William Yaworsky",
"email": "will.yaworsky@cloudcms.com"
}
],
"homepage": "http://www.alpacajs.org",
"repository": {
"type": "git",
"url": "https://github.com/gitana/alpaca.git"
},
"dependencies": {
"ace-builds": "1.2.6",
"mjolnic-bootstrap-colorpicker": "2.3.0",
"blueimp-canvas-to-blob": "2.1.1",
"blueimp-file-upload": "9.12.3",
"blueimp-load-image": "1.13.0",
"blueimp-tmpl": "2.5.4",
"bootstrap": "3.3.2",
"bootstrap-multiselect": "0.9.9",
"bootstrap-tokenfield": "0.12.1",
"ckeditor": "4.4.1",
"datatables.net": "1.10.10",
"datatables.net-bs": "1.10.10",
"datatables.net-plugins": "1.10.10",
"datatables.net-rowreorder": "1.1.0",
"eonasdan-bootstrap-datetimepicker": "4.14.30",
"google-code-prettify": "1.0.3",
"handlebars": "4.0.5",
"handsontable": "0.11.4",
"jquery": ">= 2.1.0",
"jquery-hashchange": "https://github.com/gseguin/jquery-hashchange.git",
"jquery-maskedinput": "1.3.1",
"jquery-mobile-bower": "1.4.2",
"jquery-price-format2": ">= 2.0.0",
"jquery-ui": "1.11.2",
"jqueryui-timepicker-addon": "1.5.0",
"js-beautify": "1.5.4",
"json3": "3.3.2",
"moment": "2.9.0",
"respond": "1.4.2",
"tinymce": "4.1.7",
"typeahead.js": "0.10.5",
"spectrum": "~1.7.1",
"summernote": "0.8.1",
"pick-a-color-m": "1.2.3",
"tinycolor": "1.3.0"
},
"resolutions": {
"bootstrap": "3.3.2",
"jquery": "~2.1.0",
"tinycolor": "1.3.0"
}
}