forked from ellisonleao/sharer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.11 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "sharer.js",
"version": "0.4.0",
"description": "Create your own social share buttons. No Jquery.",
"main": "sharer.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ellisonleao/sharer.js.git"
},
"keywords": [
"social",
"share",
"facebook",
"twitter",
"google",
"plus",
"linkedin",
"email",
"telegram",
"whatsapp",
"telegram",
"viber",
"hackernews",
"vk",
"reddit",
"instapaper",
"pocket",
"stumbleupon",
"digg",
"mashable",
"flipboard",
"weibo",
"renren",
"blogger",
"myspace",
"baidu",
"okru",
"mailru",
"evernote",
"skype",
"quora",
"trello"
],
"author": "Ellison Leão <[email protected]>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/ellisonleao/sharer.js/issues"
},
"scripts": {
"test": "eslint sharer.js",
"compress": "uglifyjs sharer.js --mangle > sharer.min.js"
},
"homepage": "https://ellisonleao.github.io/sharer.js/",
"devDependencies": {
"eslint": "^5.14.1",
"uglify-js": "^3.3.21"
}
}