-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 KB
/
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
38
39
40
41
42
{
"name": "gasparesganga-jquery-message-box",
"version": "3.2.2",
"description": "A jQuery Plugin to replace Javascript's window.alert(), window.confirm() and window.prompt() functions",
"homepage": "https://gasparesganga.com/labs/jquery-message-box/",
"author": "Gaspare Sganga <[email protected]> (https://gasparesganga.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gasparesganga/jquery-message-box.git"
},
"bugs": {
"url": "https://github.com/gasparesganga/jquery-message-box/issues"
},
"main": "dist/messagebox.min.js",
"keywords": [
"ecosystem:jquery",
"jquery-plugin",
"jquery",
"plugin",
"messagebox",
"modal",
"dialog",
"alert",
"confirm",
"prompt"
],
"dependencies": {
"jquery": ">=1.8.0"
},
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"inquirer": "^7.1.0"
}
}