forked from thomaspark/bootswatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 830 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
41
42
{
"name": "bootswatch",
"description": "Bootswatch is a collection of themes for Bootstrap.",
"author": "Thomas Park",
"homepage": "http://bootswatch.com",
"repository": {
"type": "git",
"url": "git://github.com/thomaspark/bootswatch.git"
},
"license": "MIT",
"ignore": [
"2",
"api",
"assets",
"bower_components",
"custom",
"default",
"global",
"help",
"tests",
"_config.yml",
".gitignore",
".travis.yml",
"CNAME",
"composer.json",
"favicon.ico",
"Gemfile",
"Gruntfile.js",
"index.html",
"package.json",
"*/index.html"
],
"dependencies": {
"bootstrap": "~3.3.6"
},
"devDependencies": {
"bootstrap-sass-official": "~3.3.6",
"font-awesome": "~4.0.0",
"html5shiv": "~3.7.0",
"respond": "~1.4.2"
}
}