Skip to content

Commit fd0bc85

Browse files
committed
Add bower.json
1 parent 1618c83 commit fd0bc85

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

bower.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "messenger",
3+
"repo": "HubSpot/messenger",
4+
"description": "Client-side growl-like notifications with actions and auto-retry.",
5+
"version": "1.3.0",
6+
"homepage": "http://github.hubspot.com/messenger",
7+
"license": "MIT",
8+
"keywords": [
9+
"client-side",
10+
"notification",
11+
"toast",
12+
"ajax"
13+
],
14+
"scripts": [
15+
"build/js/messenger.js",
16+
"build/js/messenger-theme-future.js"
17+
],
18+
"styles": [
19+
"build/css/messenger.css",
20+
"build/css/messenger-theme-future.css",
21+
"build/css/messenger-theme-block.css",
22+
"build/css/messenger-theme-air.css",
23+
"build/css/messenger-theme-ice.css"
24+
],
25+
"dependencies": {
26+
"component/jquery": "*"
27+
},
28+
"main": "build/js/messenger.js",
29+
"ignore": [
30+
"**/.*",
31+
"node_modules",
32+
"components"
33+
]
34+
}

0 commit comments

Comments
 (0)