-
Notifications
You must be signed in to change notification settings - Fork 0
/
superfeedr.jquery.json
38 lines (38 loc) · 1 KB
/
superfeedr.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
{
"name": "superfeedr",
"title": "jQuery Superfeedr plugin",
"description": "jQuery plugin to load feeds from Superfeedr.",
"keywords": [
"feeds",
"feed",
"stream",
"superfeedr",
"atom",
"rss"
],
"version": "1.1.0",
"author": {
"name": "Superfeedr",
"url": "http://superfeedr.com/"
},
"maintainers": [
{
"name": "Julien Genestoux",
"email": "[email protected]",
"url": "http://superfeedr.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://raw2.github.com/superfeedr/superfeedr-jquery/master/LICENSE"
}
],
"bugs": "https://github.com/superfeedr/superfeedr-jquery/issues",
"homepage": "https://github.com/superfeedr/superfeedr-jquery",
"docs": "https://github.com/superfeedr/superfeedr-jquery",
"download": "http://code.jquery.com/#superfeedr",
"dependencies": {
"jquery": ">=1.5"
}
}