-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathurlive.jquery.json
More file actions
37 lines (37 loc) · 873 Bytes
/
urlive.jquery.json
File metadata and controls
37 lines (37 loc) · 873 Bytes
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
{
"name": "urlive",
"title": "jQuery URLive",
"description": "jQuery URLive lets you easily create a live preview of a URL.",
"keywords": [
"url",
"preview",
"jquery",
"facebook",
"snippet"
],
"version": "1.1.1",
"author": {
"name": "Mark Serbol",
"url": "https://github.com/markserbol"
},
"maintainers": [
{
"name": "Mark Serbol",
"url": "https://github.com/markserbol"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/markserbol/urlive/issues",
"homepage": "https://github.com/markserbol/urlive",
"docs": "https://github.com/markserbol/urlive",
"demo": "http://markserbol.github.io/urlive/",
"download": "https://github.com/markserbol/urlive/archive/master.zip",
"dependencies": {
"jquery": ">=1.6"
}
}