forked from sweetalert2/sweetalert2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 1.17 KB
/
bower.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
43
44
{
"name": "sweetalert2",
"homepage": "https://limonte.github.io/sweetalert2/",
"authors": [
"Limon Monte <[email protected]> (https://limonte.github.io)",
"Johan Fagerberg (https://github.com/birjolaxew)",
"Morgan Touverey-Quilling <[email protected]> (https://github.com/toverux)",
"Sam Turrell <[email protected]> (http://samturrell.co.uk)",
"Tristan Edwards <[email protected]> (http://tristanedwards.me)",
"Leo Correa <[email protected]> (https://leonardocorrea.com/)",
"Joseph Schultz (https://github.com/acupajoe)"
],
"dependencies": {
"es6-promise": "*"
},
"ignore": [
"assets",
"config",
"test",
".babelrc",
".editorcofig",
".gitignore",
".sass-lint.yml",
".travis.yml",
"contributing.md",
"gulpfile.js",
"package.json"
],
"description": "A replacement for JavaScript's popup boxes, supported fork of sweetalert",
"main": [
"dist/sweetalert2.js",
"src/sweetalert2.scss",
"dist/sweetalert2.css"
],
"keywords": [
"alert",
"modal"
],
"repository": {
"type": "git",
"url": "[email protected]:gino8080/sweetalert2.git"
},
"license": "MIT"
}