-
Notifications
You must be signed in to change notification settings - Fork 634
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 732 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 732 Bytes
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
{
"name": "mouse0270/bootstrap-notify",
"version": "3.1.5",
"type": "library",
"description": "This is a simple pluging that turns standard Bootstrap alerts into \"Growl-like\" notifications.",
"keywords": [
"bootstrap",
"jquery",
"notify",
"notification",
"notifications",
"growl",
"message",
"notice"
],
"authors": [
{
"name": "mouse0270",
"email": "rmcintosh@remabledesigns.com",
"homepage": "http://bootstrap-notify.remabledesigns.com/",
"role": "Developer"
}
],
"homepage": "http://bootstrap-notify.remabledesigns.com/",
"license": "MIT",
"autoload": {}
}