-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 993 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-modal-wrapper",
"version": "2.0.2",
"description": "Bootstrap modal wrapper plugin creates dynamic and nested stacked dialog instances",
"keywords": [
"bootstrap",
"modal",
"dialog",
"bootstrap modal",
"bootstrap dialog"
],
"author": "javatmp",
"license": "MIT",
"bugs": {
"url": "https://github.com/JavaTMP/bootstrap-modal-wrapper/issues"
},
"homepage": "https://github.com/JavaTMP/bootstrap-modal-wrapper",
"devDependencies": {
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.7",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.1"
},
"dependencies": {
"bootstrap": "^4.2.1",
"jquery": "^3.4.1",
"popper.js": "^1.14.6"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/JavaTMP/bootstrap-modal-wrapper.git"
}
}