-
Notifications
You must be signed in to change notification settings - Fork 39
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 756 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 756 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
28
29
{
"name": "bs4-toast",
"version": "1.2.0",
"description": "Toast - A Bootstrap 4.2+ jQuery plugin for the toast component",
"main": "dist/toast.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Script47/Toast.git"
},
"keywords": [
"bootstrap-4",
"bootstrap",
"toast",
"toast-notifications",
"snack",
"jquery-plugin"
],
"author": "Script47 <Script47@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Script47/Toast/issues"
},
"homepage": "https://github.com/Script47/Toast",
"dependencies": {
"bootstrap": ">=4.2.0",
"jquery": ">=1.9.1"
},
"devDependencies": {}
}