forked from academic/vipa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
48 lines (48 loc) · 1.04 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
{
"name": "Ojs",
"version": "0.0.1",
"homepage": "http://bulutyazilim.com",
"authors": [
"Bulut Yazilim <[email protected]>",
"https://github.com/ojs/ojs/graphs/contributors"
],
"description": "Open Journal Software",
"license": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"resolutions": {
"jquery": "*",
"font-awesome": "4.4.0"
},
"dependencies": {
"jquery": "*",
"bootstrap": "3.3.5",
"font-awesome": "4.4.0",
"summernote": "*",
"select2": "4.*",
"jquery-file-upload": "*",
"jquery.inputmask": "*",
"cropper": "0.7.9",
"bootstrap-treeview": "*",
"jQuery-Validation-Engine": "*",
"jquery-locationpicker-plugin": "*",
"c3": "~0.4.10",
"trianglify": "*",
"gridmanager.js": "*",
"ace-builds": "*",
"ace": "*",
"moment": "*",
"livestamp": "*",
"formbuilder": "~0.2.1",
"sweetalert": "v1.1.0",
"bxslider-4":"4.2.5",
"list.js": "*",
"downloadjs": "*"
}
}