forked from onokumus/chaldene
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 790 Bytes
/
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
{
"name": "chl",
"description": "A Bootstrap 3 Based Admin Theme",
"main": "index.js",
"authors": [
"Osman Nuri Okumuş <[email protected]> (https://github.com/onokumus)"
],
"license": "MIT",
"homepage": "https://github.com/chaldene/chl",
"moduleType": [
"es6",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap-touchspin": "^3.1.2",
"jquery-ui": "^1.12.0",
"datatables": "^1.10.12",
"flot": "^0.8.3",
"fullcalendar": "^3.0.1",
"screenfull": "^3.0.2",
"jquery-validation": "^1.15.1",
"jquery-knob": "^1.2.13",
"counterup": "^1.0.0"
}
}