-
Notifications
You must be signed in to change notification settings - Fork 44
/
liveurl.jquery.json
37 lines (37 loc) · 1.04 KB
/
liveurl.jquery.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
{
"name": "liveurl",
"title": "jQuery LiveURL",
"description": "jQuery plugin to get an url preview like the facebook attachment",
"keywords": [
"liveurl",
"url",
"attachement",
"facebook"
],
"version": "1.2.2",
"author": {
"name": "Stephan Fischer",
"url": "https://github.com/stephan-fischer"
},
"maintainers": [
{
"name": "Stephan Fischer",
"email": "[email protected]",
"url": "http://www.ainetworks.de"
}
],
"licenses": [
{
"type": "MIT",
"url" : "https://github.com/stephan-fischer/jQuery-LiveUrl"
}
],
"bugs": "https://github.com/stephan-fischer/jQuery-LiveUrl/issues",
"homepage": "https://github.com/stephan-fischer/jQuery-LiveUrl",
"docs": "https://github.com/jquery/jquery-color",
"download": "https://github.com/stephan-fischer/jQuery-LiveUrl/archive/master.zip",
"demo" : "http://liveurl.ainetworks.de/demo/",
"dependencies": {
"jquery": ">=1.8.2"
}
}