-
Notifications
You must be signed in to change notification settings - Fork 127
/
bower.json
38 lines (38 loc) · 817 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
{
"name": "material-cards",
"version": "1.0.0",
"homepage": "https://github.com/marlenesco/material-cards",
"authors": [
"David Foliti <marlenesco@gmail.com> (https://twitter.com/marlenesco)"
],
"description": "Card style based on Google Material color palette",
"main": [
"less/material-cards.less",
"js/jquery.material-cards.js"
],
"keywords": [
"Material cards",
"Material card",
"Google material card",
"Google Material",
"Google",
"Material",
"Bootstrap material",
"Card",
"Cards",
"User card"
],
"license": "MIT",
"ignore": [
"bower_components",
"demo"
],
"dependencies": {
"jquery": "~1",
"font-awesome": "~4"
},
"repository": {
"type": "git",
"url": "git://github.com/marlenesco/material-cards"
}
}