~yacinechaouche/+junk/BZR

« back to all changes in this revision

Viewing changes to CODE/GITHUB/FeedEk-orig/FeedEk.jquery.json

  • Committer: yacinechaouche at yahoo
  • Date: 2015-01-14 22:23:03 UTC
  • Revision ID: yacinechaouche@yahoo.com-20150114222303-6gbtqqxii717vyka
Ajout de CODE et PROD. Il faudra ensuite ajouter ce qu'il y avait dan TMP

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
  "name": "FeedEk",
 
3
  "title": "FeedEk jQuery RSS/ATOM Feed Plugin",
 
4
  "description": "FeedEk is a jQuery plugin for parsing and displaying RSS and Atom feeds. You can obtain feeds easily from any domain.",
 
5
  "version": "2.0.2",
 
6
  "homepage": "https://github.com/enginkizil/FeedEk",
 
7
  "author": {
 
8
    "name": "Engin KIZIL",
 
9
    "url": "http://www.enginkizil.com"
 
10
  },
 
11
  "licenses": [
 
12
    {
 
13
      "type": "MIT",
 
14
      "url": "http://opensource.org/licenses/mit-license.php"
 
15
    }
 
16
  ],
 
17
  "dependencies": {
 
18
    "jquery": ">=1.6.2"
 
19
  },
 
20
  "homepage": "http://jquery-plugins.net/FeedEk/FeedEk.html",
 
21
  "demo": "http://jquery-plugins.net/FeedEk/FeedEk_demo.html",
 
22
  "docs": "http://jquery-plugins.net/FeedEk/FeedEk.html",  
 
23
  "download": "http://jquery-plugins.net/FeedEk/FeedEk.html",
 
24
  "keywords": ["feed", "rss", "atom", "reader", "parser", "jQuery", "plugin"]
 
25
}