forked from zafree/bootaide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 864 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 864 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
38
{
"name": "bootaide",
"version": "0.0.0",
"description": "Panic free less framework and loving bootstrap based web ui kits package.",
"keywords": [
"boorstrap",
"bootaide",
"app",
"ui",
"flat",
"interface"
],
"authors": [
"Zafree"
],
"license": "MIT",
"url": "https://github.com/zafree/bootaide/blob/master/LICENSE",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "~2.1.3",
"bootstrap": "~3.3.4",
"animate.css": "~3.2.6",
"font-awesome": "~4.3.0",
"simple-line-icons": "~1.0.0",
"fontface-source-sans-pro": "*",
"bootstrapvalidator": "~0.5.3",
"headroom.js": "~0.7.0",
"jquery.scrollTo": "~2.1.0",
"owl-carousel2": "*",
"photoswipe": "~4.0.7",
"google-code-prettify": "~1.0.4",
"highlightjs": "~8.5.0"
}
}