ninelines-sharing
Version:
Sharing for your website
36 lines (35 loc) • 901 B
JSON
{
"name": "ninelines-sharing",
"version": "1.5.8",
"description": "Sharing for your website",
"keywords": [
"sharing",
"social"
],
"author": "Alex Nikishkin <mapuaptu@gmail.com>",
"contributors": [
"Dmitry Artemov <d.artemov@9-lines.com>"
],
"license": "ISC",
"homepage": "https://github.com/ninelines-team/ninelines-sharing#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ninelines-team/ninelines-sharing.git"
},
"bugs": {
"url": "https://github.com/ninelines-team/ninelines-sharing/issues"
},
"main": "dist/ninelines-sharing.js",
"scripts": {
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": "> 0.25%, not dead",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"babel-loader": "^8.2.2",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
}
}