-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.14 KB
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
{
"name": "share-buttons",
"version": "1.0.0",
"description": "Simple social buttons for your site.",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alexander-Logachev/share.buttons.git"
},
"author": "Alexander Logachev <alex@logachev.pro>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alexander-Logachev/share.buttons/issues"
},
"homepage": "https://alexander-logachev.github.io/share.buttons/",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-uglify": "^3.0.1",
"comeon": "git+https://github.com/avgaltsev/comeon.git"
},
"main": "dist/share-buttons.js",
"dependencies": {},
"keywords": [
"social",
"buttons",
"share",
"fontawesome",
"facebook",
"vk",
"twitter",
"telegram",
"skype",
"linkedin",
"pinterest",
"pocket",
"reddit",
"evernote",
"whatsapp",
"odnoklassniki",
"tumblr",
"hackernews",
"xing",
"email",
"print",
"vider",
"Мой мир",
"livejournal"
]
}