-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
47 lines (47 loc) · 1.03 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
{
"name": "baboon/baboon",
"version": "0.0.1",
"homepage": "http://behram.org",
"authors": [
"Behram ÇELEN <[email protected]>",
"https://github.com/ojs/ojs/graphs/contributors"
],
"description": "Baboon",
"license": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.2.4",
"bootstrap": "3.3.5",
"font-awesome": "4.4.0",
"summernote": "*",
"select2": "4.*",
"jquery-file-upload": "*",
"jquery.inputmask": "*",
"cropper": "0.7.9",
"bootstrap-treeview": "*",
"jquery-locationpicker-plugin": "*",
"gridmanager.js": "*",
"ace-builds": "*",
"ace": "*",
"sweetalert": "v1.1.0",
"downloadjs": "*",
"fancybox": "^2.1.5",
"jquery-ui": "*",
"noty": "^2.4.0",
"bootstrap-markdown": "^2.10.0",
"markdown": "^0.5.0",
"bootstrap-validator": "^0.11.9",
"Jcrop": "^2.0.4"
},
"resolutions": {
"font-awesome": "4.4.0",
"jquery": "2.2.4"
}
}