-
Notifications
You must be signed in to change notification settings - Fork 24
/
bower.json
56 lines (56 loc) · 1.42 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
{
"name": "mongorilla",
"version": "0.0.2",
"homepage": "https://github.com/gerardobort/mongorilla",
"authors": [
"Gerardo Bort <[email protected]>"
],
"description": "Mongorilla CMS",
"keywords": [
"mongo",
"nodejs",
"cms"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/third-party",
"test",
"tests"
],
"dependencies": {
"bootstrap": "~3.1.1",
"underscore": "~1.6.0",
"backbone-forms": "~0.14.0",
"backbone-deep-model": "~0.10.4",
"ckeditor": "~4.3.3",
"requirejs": "~2.1.11",
"backbone": "~1.1.2",
"requirejs-json": "*",
"bootstrap-modal": "~2.1.0",
"bs-fancyfile": "~0.0.2",
"bootstrap-datepicker": "~1.3.0",
"require-css": "~0.1.2",
"humane-dates": "*",
"alertify.js": "~0.3.11",
"alertify-bootstrap-3": "~1.1.1",
"twitter-bootstrap-typeahead": "https://github.com/tcrosen/twitter-bootstrap-typeahead.git",
"BootstrapCK4-Skin": "https://github.com/Kunstmaan/BootstrapCK4-Skin.git",
"ladda-bootstrap": "~0.1.0",
"AdminLTE": "admin-lte#2.3.2",
"requirejs-plugins": "~1.0.2",
"eonasdan-bootstrap-datetimepicker": "~3.1.3",
"ionicons": "~2.0.1",
"font-awesome": "~4.3.0",
"jquery-sortable": "~0.9.12",
"jquery": "2.2.4"
},
"resolutions": {
"AdminLTE": "2.3.2",
"backbone": "~1.1.2",
"bootstrap": "~3.1.1"
}
}