-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.04 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.04 KB
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
{
"name": "alerthub",
"version": "1.0.1",
"description": "AlertHub allows you to customize various aspects of the alerts, including title, description, position, type, timeout, and more. ",
"main": "index.js",
"scripts": {
"minify-js": "terser src/Alerthub.js -o dist/js/alerthub.min.js",
"minify-css": "css-minify --file src/Alerthub.css -o dist/css/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/favourdev1/AlertHub.git"
},
"author": "favourdev1",
"license": "ISC",
"bugs": {
"url": "https://github.com/favourdev1/AlertHub/issues"
},
"homepage": "https://github.com/favourdev1/AlertHub#readme",
"devDependencies": {
"browserify": "^17.0.0",
"css-minify": "^2.0.0",
"esmify": "^2.1.1",
"minify": "^10.3.0",
"terser": "^5.21.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"alerthub": "^1.0.1",
"boxicons": "^2.1.4",
"swal": "^0.1.0"
}
}