forked from ellisonleao/sharer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.06 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
{
"name": "sharer.js",
"version": "0.2.17",
"description": "Create custom social share DOM elements. No dependencies.",
"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",
"flipboard",
"weibo",
"renren",
"blogger",
"myspace",
"baidu",
"okru",
"mailru"
],
"author": "Ellison Leão <ellisonleao@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ellisonleao/sharer.js/issues"
},
"scripts": {
"test": "eslint sharer.js",
"compress": "uglifyjs sharer.js --compress --mangle --comments > sharer.min.js"
},
"homepage": "https://ellisonleao.github.io/sharer.js/",
"devDependencies": {
"uglifyjs": "^2.4.10",
"eslint": "^1.10.3"
}
}