-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 929 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
{
"name": "bootstrap-alert-wrapper",
"version": "1.0.3",
"description": "Bootstrap alert wrapper factory for creating dynamic alert instances",
"keywords": [
"bootstrap",
"modal",
"dialog",
"bootstrap modal",
"bootstrap dialog"
],
"author": "javatmp",
"license": "MIT",
"bugs": {
"url": "https://github.com/JavaTMP/bootstrap-alert-wrapper/issues"
},
"homepage": "",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^4.0.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-header": "^2.0.1"
},
"dependencies": {
"jquery": "^3.3.1",
"popper.js": "^1.13.0",
"bootstrap": "^4.0.0"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/JavaTMP/bootstrap-alert-wrapper.git"
}
}