forked from bootcards/bootcards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·39 lines (39 loc) · 891 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
{
"name": "bootcards",
"description": "A cards-based UI framework for mobile and desktop apps, built on top of Bootstrap",
"version": "1.1.2",
"license": "MIT",
"keywords": [
"css",
"js",
"mobile",
"responsive",
"front-end",
"framework",
"web",
"bootstrap",
"cards"
],
"main": [
"./dist/css/bootcards-desktop.css",
"./dist/css/bootcards-desktop.min.css",
"./dist/css/bootcards-android.css",
"./dist/css/bootcards-android.min.css",
"./dist/css/bootcards-ios.css",
"./dist/css/bootcards-ios.min.css",
"./dist/js/bootcards.js",
"./dist/fonts/icomoon.eot",
"./dist/fonts/icomoon.svg",
"./dist/fonts/icomoon.ttf",
"./dist/fonts/icomoon.woff"
],
"ignore": [
"**/.*"
],
"dependencies": {
"bootstrap": "^3",
"jquery": ">1.8",
"font-awesome": ">=4",
"fastclick": "~1.0.3"
}
}