forked from boazsender/jQuery-Twitter-Plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwitter.jquery.json
41 lines (40 loc) · 1.4 KB
/
twitter.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
38
39
40
41
{
"name": "twitter",
"title": "jQuery Twitter Plugin",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/boazsender/jQuery-Twitter-Plugin/blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "https://github.com/boazsender/jQuery-Twitter-Plugin/blob/master/LICENSE-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": "2013 Boaz Sender",
"version": "0.3.4",
"clone": "https://[email protected]/boazsender/jQuery-Twitter-Plugin.git",
"homepage": "https://github.com/boazsender/jQuery-Twitter-Plugin",
"download": "https://github.com/boazsender/jQuery-Twitter-Plugin",
"bugs": "https://github.com/boazsender/jQuery-Twitter-Plugin",
"docs": "https://github.com/boazsender/jQuery-Twitter-Plugin/blob/master/README.md",
"dependencies": {
"jquery": ">=1.4.5"
},
"owner": "boazsender",
"author": {
"name": "Boaz Sender",
"url": "http://twitter.com/boazsender"
},
"maintainers": [
{
"name": "Boaz Sender",
"url": "http://twitter.com/boazsender"
},
{
"name": "Rick Waldron",
"url": "http://twitter.com/rwaldron"
}
]
}