forked from BoldGrid/boldgrid-theme-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 935 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
{
"name": "boldgrid-theme-framework",
"description": "boldgrid-theme-framework",
"main": "index.js",
"authors": [
"The BoldGrid Team"
],
"license": "GPL-2.0",
"moduleType": [],
"homepage": "https://boldgrid.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"font-awesome": "fontawesome#~4.7.0",
"bootstrap-sass": "~3.3.6",
"color-js": "https://github.com/brehaut/color-js.git",
"scssphp": "https://github.com/leafo/scssphp.git#0.6.1",
"kirki": "https://github.com/aristath/kirki.git#develop",
"jquery.stellar": "~0.6.2",
"sass.js": "~0.9.4",
"wow": "wowjs#^1.1.2",
"animate.css": "^3.5.1",
"jasny-bootstrap": "^3.1.3",
"jquery.nicescroll": "^3.6.8",
"jquery-goup": "^1.1.0",
"Buttons": "^2.0.0",
"select2-bootstrap-css": "^1.4.6",
"smartmenus": "^1.0.1"
}
}