-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 707 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 707 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
{
"name": "jalpc_jekyll_theme",
"homepage": "http://www.jack003.com",
"authors": [
"Jack <407613594@qq.com>"
],
"description": "For blog use.",
"main": "",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.6",
"metisMenu": "^2.5.2",
"jquery-slimscroll": "^1.3.8",
"PACE": "pace#^1.0.2",
"components-font-awesome": "^4.6.3",
"animate.css": "^3.5.2",
"wow": "wowjs#^1.1.2",
"i18next": "^3.2.0",
"font-mfizz": "^2.0.1",
"jquery.gritter": "^1.7.4",
"peity": "^3.2.0",
"toastr": "^2.1.2",
"rickshaw": "^1.5.1"
}
}