forked from vodkabears/Remodal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 949 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
48
49
{
"name": "remodal",
"version": "0.6.4",
"homepage": "http://vodkabears.github.io/remodal/",
"authors": [
"Ilya Makarov <dfrost.00@gmail.com>"
],
"description": "Flat, responsive, lightweight, easy customizable modal window plugin with declarative state notation and hash tracking.",
"main": [
"dist/jquery.remodal.js",
"dist/jquery.remodal.css"
],
"ignore": [
"**/.*",
"examples/",
"libs/",
"src/",
"test/",
"*.md",
"Gruntfile.js",
"package.json",
"remodal.jquery.json"
],
"keywords": [
"jquery",
"plugin",
"jquery-plugin",
"flat",
"responsive",
"modal",
"popup",
"window",
"dialog",
"popin",
"lightbox",
"ui",
"zepto"
],
"license": "MIT",
"dependencies": {
"jquery": "*"
},
"devDependencies": {
"qunit": "~1.15.0",
"jquery": "jquery#^1.11.1",
"jquery2": "jquery#^2.1.1",
"zepto": "~1.1.4"
}
}