forked from sweetalert2/sweetalert2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
48 lines (48 loc) · 1.28 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
45
46
47
48
{
"name": "sweetalert2",
"homepage": "https://sweetalert2.github.io/",
"authors": [
"Limon Monte <[email protected]> (https://limonte.github.io)",
"Morgan Touverey-Quilling <[email protected]> (https://github.com/toverux)",
"Johan Fagerberg (https://github.com/birjolaxew)",
"Sam Turrell <[email protected]> (https://github.com/samturrell)",
"Joseph Schultz (https://github.com/acupajoe)",
"Matthew Francis Brunetti (https://github.com/zenflow)",
"Patrick H. Lauke (https://github.com/patrickhlauke)"
],
"ignore": [
"assets",
"config",
"test",
"testem.json",
"tslint.json",
".babelrc",
".editorconfig",
".gitignore",
".sass-lint.yml",
".travis.yml",
".github",
"gulpfile.js",
"package.json",
"yarn.lock",
"DONATIONS.md"
],
"description": "A beautiful, responsive, customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes, supported fork of sweetalert",
"main": [
"dist/sweetalert2.js",
"src/sweetalert2.scss",
"dist/sweetalert2.css"
],
"keywords": [
"sweetalert",
"sweetalert2",
"alert",
"modal",
"confirm"
],
"repository": {
"type": "git",
"url": "git://github.com/sweetalert2/sweetalert2.git"
},
"license": "MIT"
}