forked from thecodeholic/lobibox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 933 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "lobibox",
"description": "jQuery Responsive notification plugin",
"main": [
"dist/css/lobibox.css",
"dist/js/lobibox.js",
"dist/sounds/sound1.ogg",
"dist/sounds/sound2.ogg",
"dist/sounds/sound3.ogg",
"dist/sounds/sound4.ogg",
"dist/sounds/sound5.ogg",
"dist/sounds/sound6.ogg"
],
"authors": [
{
"name": "Zura Sekhniashvili",
"email": "[email protected]",
"homepage": "https://github.com/arboshiki"
}
],
"license": "MIT",
"keywords": [
"jQuery",
"plugin",
"notification",
"responsive",
"messagebox",
"css3",
"animation",
"window",
"ajax",
"loading"
],
"homepage": "https://github.com/arboshiki/lobibox",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "1.9.1 - 2"
}
}