forked from enginkizil/FeedEk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (26 loc) · 909 Bytes
/
package.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
{
"name": "feedek",
"title": "FeedEk jQuery RSS/ATOM Feed Plugin",
"homepage": "https://jquery-plugins.net/FeedEk/FeedEk.html",
"version": "3.2.0",
"description": "FeedEk is a jQuery plugin for parsing and displaying RSS and Atom feeds. You can obtain feeds easily from any domain. No need for server-side scripts. Feed API is used for fetching RSS/Atom feed data.",
"repository": {
"type": "git",
"url": "https://github.com/enginkizil/FeedEk.git"
},
"keywords": ["feed", "rss", "atom", "feed-reader", "feed-parser", "jQuery"],
"author": {
"name": "Engin KIZIL",
"url": "http://enginkizil.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/enginkizil/FeedEk/issues"
},
"dependencies": {
"my-package": "git+ssh://[email protected]:enginkizil/FeedEk.git"
},
"scripts": {
"postinstall": "npm update && npm i my-package"
}
}