forked from raryosu/Rin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 921 Bytes
/
bower.json
File metadata and controls
49 lines (49 loc) · 921 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "Rin",
"description": "Rin is one of the Bootstrap original theme (based on Honoka).",
"keywords": [
"css",
"sass",
"bootstrap",
"japanese",
"theme",
"responsive",
"front-end",
"framework",
"web",
"lovelive"
],
"authors": [
"Hagihara Ryosuke <me@raryosu.info>"
],
"homepage": "https://rinhoshizo.la/",
"repository": {
"type": "git",
"url": "git://github.com/raryosu/Rin.git"
},
"license": "MIT",
"moduleType": "globals",
"main": [
"dist/css/bootstrap.min.css"
],
"ignore": [
"/.*",
"dist/assets",
"dist/*.html",
"src",
"CNAME"
],
"dependencies": {},
"devDependencies": {
"bootstrap": "3.3.7",
"bootstrap-sass": "3.3.7"
},
"exportsOverride": {
"bootstrap-sass": {},
"bootstrap": {
"js": "dist/js/bootstrap.**js",
"fonts": "dist/fonts/**/*"
},
"jquery": {}
}
}