forked from boazsender/jQuery-Twitter-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 931 Bytes
/
plugin.json
File metadata and controls
30 lines (30 loc) · 931 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
{
"name": "jQuery-Twitter-Plugin",
"label": "jQuery Twitter Plugin",
"license": [
"mit",
"gpl"
],
"description": "A jQuery plugin for working with the Twitter Search API to put twitter searches on websites with a simple syntax that follows the Twitter Search API URL parameters.",
"copyright": "2012 Boaz Sender",
"version": "2.1",
"clone": "https://boazsender@github.com/boazsender/jQuery-Twitter-Plugin.git",
"repository": "https://github.com/boazsender/jQuery-Twitter-Plugin",
"issues": "https://github.com/boazsender/jQuery-Twitter-Plugin",
"dependencies" : {
"jquery/jquery" : [
"1.4.5"
]
},
"owner": "boazsender",
"maintainers": [
{
"name": "Boaz Sender",
"twitter": "boazsender"
},
{
"name": "Rick Waldron",
"twitter": "rwaldron"
}
]
}