-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
35 lines (35 loc) · 865 Bytes
/
package.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
{
"name": "bootstrap-toaster",
"version": "5.1.0",
"description": "Robust, plug & play generator for Bootstrap toasts.",
"main": "js/bootstrap-toaster.js",
"dependencies": {
"bootstrap": ">=5.0.0",
"bootstrap-icons": ">=1.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/PeytonRG/BootstrapToaster.git"
},
"keywords": [
"bootstrap-toaster",
"toast",
"toasts",
"toaster",
"notification",
"notifications",
"bootstrap",
"bootstraptoaster",
"bootstrap4",
"bootstrap5"
],
"author": "Peyton Gasink <pg@auburn.edu> (https://peytongasink.dev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PeytonRG/BootstrapToaster/issues"
},
"homepage": "https://bootstraptoaster.peytongasink.dev"
}