forked from Script47/Toast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 968 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
36
37
{
"name": "bs4-toast",
"version": "1.1.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 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Script47/Toast/issues"
},
"homepage": "https://github.com/Script47/Toast",
"scripts": {
"build": "@babel src -d build"
},
"dependencies": {
"bootstrap": ">=4.2.0",
"jquery": ">=1.9.1"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-preset-env": "^1.7.0"
}
}