forked from dbtek/bootswatch-dist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 867 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
43
44
45
46
47
{
"name": "bootswatch-dist",
"version": "3.2.0-paper",
"homepage": "https://github.com/dbtek/bootswatch-dist",
"authors": [
"İsmail Demirbilek <[email protected]>"
],
"description": "Distribution packages for Bootswatch themes. Just the ones ready to use with Bower.",
"main": [
"css/bootstrap.css",
"js/bootstrap.js"
],
"dependencies": {
"jquery": ">= 1.9.0"
},
"keywords": [
"bootstwatch",
"dist",
"package",
"amelia",
"cerulean",
"cosmo",
"cyborg",
"darkly",
"flatly",
"journal",
"lumen",
"readable",
"simplex",
"slate",
"spacelab",
"superhero",
"united",
"yeti"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"package.json",
"Gruntfile.js",
".gitignore"
]
}