forked from fabien-d/alertify.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
49 lines (49 loc) · 1.82 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
49
{
"name": "alertifyjs",
"version": "1.0.11",
"main": "dist/js/alertify.js",
"homepage": "https://alertifyjs.org",
"keywords": [
"alert",
"alertify",
"dialog",
"js"
],
"authors": [
"Fabien Doiron <[email protected]> (http://fabien-d.github.io/)",
"Brad Berger <[email protected]> (https://bradb.net)",
"Christian Tellnes <[email protected]> (http://christian.tellnes.com)",
"Dan Panzarella (http://panzarel.la)",
"İsmail Demirbilek (http://ismaildemirbilek.com)",
"Stuart Keith <[email protected]> (http://stuartkeith.com)",
"Antoine Corcy <[email protected]> (http://sbin.dk)",
"Dylan Anderson <[email protected]>",
"Shayan Elhami (https://github.com/shayanelhami)",
"Gilbert (https://twitter.com/mindeavor)",
"Kristoffer Berdal <[email protected]> (http://cognitive.io)",
"Mahdi Yusuf <[email protected]> (http://www.mahdiyusuf.com)",
"Janek Lasocki-Biczysko <[email protected]>",
"Paul Osborne <[email protected]>",
"Florian Sellmayr (https://flosell.github.io/)",
"Dennis Heckman <[email protected]> (https://github.com/denheck)",
"Mehdi Lefebvre <[email protected]> (https://github.com/ollie314)",
"Stu Kabakoff <[email protected]> (https://github.com/sakabako)",
"Kevin Friend (https://github.com/kfriend)",
"Nikhil Mutalik (https://github.com/nmutalik)",
"Jónatan Núñez (http://www.jonijnm.es/)",
"Vlad Jerca (https://github.com/vladjerca)",
"Jose Vera <[email protected]> (http://jose.com.co)",
"Martti Laine (http://codeclown.net)"
],
"moduleType": ["amd", "globals", "node"],
"license": ["MIT"],
"ignore": [
".gitignore",
"gulpfile.js",
"package.json",
"test",
"example",
".travis.yml",
"Contributors.md"
]
}