-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 1.19 KB
/
Copy pathbower.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
{
"name": "mongorilla",
"version": "0.0.2",
"homepage": "https://github.com/gerardobort/mongorilla",
"authors": [
"Gerardo Bort <gerardobort@gmail.com>"
],
"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": "https://github.com/almasaeed2010/AdminLTE.git",
"requirejs-plugins": "~1.0.2"
}
}