share-selected-text
Version:
share selected text on twitter, buffer, stumbleupon, digg, tumblr & reddit. Inspired by medium.com
60 lines (59 loc) • 1.51 kB
JSON
{
"name": "share-selected-text",
"description": "share selected text on twitter, buffer, stumbleupon, digg, tumblr & reddit. Inspired by medium.com",
"version": "1.1.5",
"license": "MIT",
"homepage": "http://vincentloy.github.io/share-selected-text",
"author": {
"name": "Vincent Loy",
"url": "http://vincent-loy.fr",
"email": "vincent.loy1@gmail.com"
},
"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": {}
}