-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathbower.json
40 lines (40 loc) · 933 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
33
34
35
36
37
38
39
40
{
"name": "freshmanguide",
"description": "A guide for the freshers at NITH",
"main": "index.js",
"authors": [
"NIITHmr"
],
"license": "MIT",
"keywords": [
"laravel",
"php",
"nith"
],
"homepage": "http://glug.nith.ac.in/freshman",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"resources/assets/bower",
"test",
"tests",
"public/assets/bower"
],
"dependencies": {
"bootstrap": "^3.3.6",
"metisMenu": "^2.5.2",
"font-awesome": "^4.6.3",
"datatables": "^1.10.12",
"vex": "^2.3.4",
"responsive-nav": "^1.0.39",
"headroom.js": "https://unpkg.com/headroom.js/bower.zip",
"animate.css": "^3.5.2",
"toastr": "^2.1.2",
"blockUI": "*",
"slideout.js": "https://github.com/mango/slideout.git#^0.1.12",
"reading-time": "^1.0.0",
"blueimp-file-upload": "jquery-file-upload#^9.12.5",
"jquery-ui": "^1.12.0"
}
}