UNPKG

1.27 kBJSONView Raw
1{
2 "name": "remodal",
3 "homepage": "http://vodkabears.github.io/remodal/",
4 "authors": [
5 "Ilya Makarov <dfrost.00@gmail.com>"
6 ],
7 "description": "Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.",
8 "main": [
9 "dist/remodal.js",
10 "dist/remodal.css",
11 "dist/remodal-default-theme.css"
12 ],
13 "ignore": [
14 "**/.*",
15 "examples/",
16 "libs/",
17 "src/",
18 "test/",
19 "*.md",
20 "Gruntfile.js",
21 "package.json"
22 ],
23 "keywords": [
24 "jquery",
25 "plugin",
26 "jquery-plugin",
27 "flat",
28 "responsive",
29 "modal",
30 "popup",
31 "window",
32 "dialog",
33 "popin",
34 "lightbox",
35 "ui",
36 "zepto",
37 "synchronized",
38 "animations"
39 ],
40 "license": "MIT",
41 "dependencies": {
42 "jquery": "*"
43 },
44 "devDependencies": {
45 "qunit": "^1.18.0",
46 "jquery": "jquery#^1.11.3",
47 "jquery2": "jquery#^2.1.4",
48 "zepto": "^1.1.6"
49 },
50 "version": "1.0.2",
51 "_release": "1.0.2",
52 "_resolution": {
53 "type": "version",
54 "tag": "1.0.2",
55 "commit": "950fc3b1f0e80be79725fd679356fa6a85147514"
56 },
57 "_source": "git://github.com/VodkaBears/Remodal.git",
58 "_target": "~1.0.2",
59 "_originalSource": "remodal"
60}
\No newline at end of file