-
Notifications
You must be signed in to change notification settings - Fork 405
/
bower.json
43 lines (43 loc) · 1016 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
{
"name": "messenger",
"repo": "HubSpot/messenger",
"description": "Client-side growl-like notifications with actions and auto-retry.",
"version": "1.5.0",
"homepage": "http://github.hubspot.com/messenger",
"authors": [
"Zack Bloom <[email protected]>",
"Adam Schwartz <[email protected]>"
],
"license": "MIT",
"keywords": [
"client-side",
"notification",
"toast",
"growl",
"ajax"
],
"main": [
"build/js/messenger.js",
"build/js/messenger-theme-future.js",
"build/js/messenger-theme-flat.js",
"build/css/messenger.css",
"build/css/messenger-theme-future.css",
"build/css/messenger-theme-flat.css",
"build/css/messenger-theme-block.css",
"build/css/messenger-theme-air.css",
"build/css/messenger-theme-ice.css"
],
"dependencies": {
"jquery": "*"
},
"ignore": [
"**/.*",
"component.json",
"Gruntfile.coffee",
"lib/",
"package.json",
"SpecRunner.html",
"spec/",
"src/"
]
}