-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 723 Bytes
/
Copy pathbower.json
File metadata and controls
37 lines (37 loc) · 723 Bytes
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
{
"name": "share-selected-text",
"version": "1.0.1",
"homepage": "https://github.com/VincentLoy/share-selected-text",
"authors": [
"VincentLoy <vincent.loy1@gmail.com>"
],
"description": "share selected text on twitter, buffer, stumbleupon, digg, tumblr & reddit. Inspired by medium.com",
"main": [
"dev/shareSelectedText.js"
],
"keywords": [
"share",
"selection",
"medium",
"social",
"twitter",
"stumbleupon",
"digg",
"tumblr",
"reddit",
"buffer",
"tooltip",
"plugin",
"jquery",
"vanilla"
],
"license": "MIT",
"ignore": [
"dev/",
".editorconfig",
".gitignore",
".eslintrc",
"gulpfile.js",
"package.json"
]
}