forked from CERT-MX/dgm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 1.76 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" : "dgm",
"description" : "CMS for the blog datos.gob.mx",
"main" : "index.js",
"authors" : [
"Carlos Cessa"
],
"license" : "MIT",
"homepage" : "https://github.com/chuckcfs/dgm",
"ignore" : [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies" : {
"angular" : "1.5.5",
"angular-bootstrap" : "1.2.4",
"angular-cookies" : "1.5.5",
"angular-i18n" : "1.5.5",
"angular-medium-editor" : "1.1.1",
"angular-resource" : "1.5.5",
"angular-sanitize" : "1.5.5",
"bootstrap" : "3.3.6",
"bootstrap-select" : "latest",
"FileSaver" : "1.3.1",
"dgm-footer" : "mxabierto/dgm-footer#latest",
"dgm-navbar" : "mxabierto/dgm-navbar#latest",
"blueimp-file-upload" : "9.12.1",
"medium-editor" : "5.16.1",
"requirejs" : "2.2.0",
"slug" : "0.9.1",
"ui-router" : "0.2.18"
},
"overrides" : {
"angular" : {
"dependencies" : {
"jquery" : "1.9.1 - 2"
}
},
"angular-i18n" : {
"main" : "angular-locale_es-mx.js"
},
"blueimp-file-upload" : {
"main" : [
"js/vendor/jquery.ui.widget.js",
"js/jquery.iframe-transport.js",
"js/jquery.fileupload.js"
]
},
"webcomponentsjs" : {
"main" : "webcomponents-lite.min.js"
}
}
}