File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments