-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
59 lines (59 loc) · 1.48 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": "share-selected-text",
"description": "share selected text on twitter, buffer, stumbleupon, digg, tumblr & reddit. Inspired by medium.com",
"version": "1.1.4",
"license": "MIT",
"homepage": "http://vincentloy.github.io/share-selected-text",
"author": {
"name": "Vincent Loy",
"url": "http://vincent-loy.fr",
"email": "[email protected]"
},
"keywords": [
"share",
"selection",
"medium",
"social",
"twitter",
"stumbleupon",
"digg",
"tumblr",
"reddit",
"buffer",
"tooltip",
"plugin",
"jquery",
"vanilla"
],
"repository": {
"type": "git",
"url": "https://github.com/VincentLoy/share-selected-text"
},
"bugs": {
"url": "https://github.com/VincentLoy/share-selected-text/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/VincentLoy/share-selected-text/blob/master/LICENSE"
}
],
"devDependencies": {
"@babel/polyfill": "^7.6.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-amd": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-preset-env": "^1.7.0",
"babelify": "^6.3.0",
"gulp": "^3.9.0",
"gulp-asset-manifest": "0.0.6",
"gulp-babel": "7.0.0",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "^1.4.1",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1"
},
"dependencies": {}
}