-
Notifications
You must be signed in to change notification settings - Fork 17
/
contentshare.jquery.json
40 lines (40 loc) · 1.34 KB
/
contentshare.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
{
"name": "contentshare",
"title": "ContentShare",
"description": "ContentShare is a jQuery plugin which lets you share the exact content on a page which you actually want to share. It enables you to share selected text on your social network rather the default text specified in the meta tags. By default, it supports Facebook and Twitter but you can add more networks easily.",
"keywords": [
"contentshare",
"share",
"social",
"facebook",
"twitter",
"like",
"tweet"
],
"version": "1.0.1",
"author": {
"name": "Ram Swaroop",
"email": "ramswarooppatra@gmail.com",
"url": "http://www.ramswaroop.me"
},
"maintainers": [
{
"name": "Compzets.com",
"email": "support@compzets.com",
"url": "http://www.compzets.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ramswaroop/contentshare.js/blob/master/MIT-License.txt"
}
],
"bugs": "https://github.com/ramswaroop/contentshare.js/issues",
"homepage": "http://plugins.compzets.com/contentshare",
"demo": "http://plugins.compzets.com/contentshare",
"docs": "https://github.com/ramswaroop/contentshare.js/blob/master/README.md",
"dependencies": {
"jquery": ">=1.5"
}
}