-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·49 lines (49 loc) · 1.39 KB
/
package.json
File metadata and controls
executable file
·49 lines (49 loc) · 1.39 KB
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": "jquery-inline-popup",
"version": "1.0.4",
"title": "jQuery Inline Popup",
"description": "A jQuery Plugin to show content/image within inline.InlinePopup is a simplified jQuery plugin to achieve expanding preview as like Google Image.",
"keywords": [
"jquery",
"jquery-plugin",
"ecosystem:jquery",
"plugin",
"inline-popup",
"expand-preview",
"image-preview",
"content-preview",
"content-inline-popup",
"image-inline-popup",
"google-image",
"google-image-expand-preview",
"jQuery-inline-popup",
"simple-inline-popup",
"simple-popup",
"popup"
],
"author": {
"name": "Position2",
"url": "http://www.position2.com"
},
"maintainers": [
{
"name": "Position2",
"email": "p2webadmin@position2.com",
"url": "http://www.position2.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Position2/jQuery-Inline-Popup/issues",
"email": "p2webadmin@position2.com"
},
"homepage": "https://position2.github.io/jQuery-Inline-Popup/demo/",
"main": "dist/jquery-inline-popup.js",
"dependencies": {
"jquery": ">=3.7.0"
},
"repository": {
"type": "git",
"url": "git@github.com:Position2/jQuery-Inline-Popup.git"
}
}