-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
46 lines (46 loc) · 974 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
{
"authors": [
"Giovanni Pires da Silva <[email protected]> (http://www.bombin8.com.br)"
],
"dependencies": {
"bootstrap-sass": "~3.3.5",
"font-awesome": "fontawesome#^4.6.3"
},
"description": "A WhatsApp floating bar button to your website.",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"homepage": "https://github.com/giovannipds/whatsbar#readme",
"keywords": [
"whatsapp",
"bar",
"button",
"whats",
"btn",
"tel",
"chat",
"widget"
],
"license": "MIT",
"main": "app/styles/whatsbar.scss",
"name": "whatsbar",
"overrides": {
"bootstrap-sass": {
"main": [
"assets/stylesheets/_bootstrap.scss",
"assets/fonts/bootstrap/*",
"assets/javascripts/bootstrap.js"
]
},
"font-awesome": {
"main": [
"fonts/*"
]
}
},
"repository": {
"type": "git",
"url": "git://github.com/giovannipds/whatsbar.git"
}
}