forked from sweetalert2/sweetalert2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
27 lines (27 loc) · 838 Bytes
/
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
{
"name": "sweetalert2",
"homepage": "https://limonte.github.io/sweetalert2/",
"authors": [
"Tristan Edwards <tristan.edwards@me.com> (http://tristanedwards.me)",
"Limon Monte <limon.monte@gmail.com> (https://limonte.github.io)",
"Sam Turrell <sam@samturrell.co.uk> (http://samturrell.co.uk)"
],
"dependencies": {
"es6-promise": "*"
},
"ignore": [
"package.json", "gulpfile.js", "docs", "sweetalert2.gif",
".eslintrc", ".github", ".gitignore", ".travis.yml"
],
"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": "git@github.com:limonte/sweetalert2.git"
},
"license": "MIT"
}