-
-
Notifications
You must be signed in to change notification settings - Fork 198
/
Copy pathpackage.json
59 lines (59 loc) · 1.13 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
59
{
"name": "sharer.js",
"version": "0.5.2",
"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": [
"baidu",
"blogger",
"diaspora",
"digg",
"email",
"evernote",
"facebook",
"flipboard",
"google",
"hackernews",
"instapaper",
"linkedin",
"mailru",
"mashable",
"okru",
"plus",
"pocket",
"quora",
"reddit",
"share",
"skype",
"social",
"telegram",
"telegram",
"threads",
"trello",
"twitter",
"viber",
"vk",
"weibo",
"whatsapp",
"x"
],
"author": "Ellison Leão <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ellisonleao/sharer.js/issues"
},
"scripts": {
"lint": "npx prettier -w sharer.js",
"compress": "uglifyjs sharer.js --mangle > sharer.min.js"
},
"homepage": "https://ellisonleao.github.io/sharer.js/",
"devDependencies": {
"minimist": ">=0.2.1",
"prettier": "3.4.2",
"uglify-js": "^3.3.21"
}
}