-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 798 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 798 Bytes
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
{
"name": "vafa-client",
"description": "vafa client",
"main": "app.js",
"authors": [
"tanmv"
],
"license": "ISC",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"qunit": "^2.0.1"
},
"dependencies": {
"bootstrap": "^3.3.7",
"datatables.net": "^1.10.15",
"datatables.net-bs": "^2.1.1",
"jquery": "^3.2.1",
"jquery.cookie": "^1.4.1",
"bootbox.js": "^4.4.0",
"fastclick": "^1.0.6",
"bootstrap-datepicker": "^1.6.4",
"bootstrap-daterangepicker": "^2.1.25",
"moment": "^2.18.1",
"font-awesome": "^4.7.0",
"Ionicons": "ionicons#^2.0.1",
"jquery-slimscroll": "^1.3.8",
"icheck-bootstrap": "^1.0.7",
"ckeditor": "^4.10.0"
}
}