promise-yandex-share
Version:
load yandex share2 using promise
34 lines (33 loc) • 883 B
JSON
{
"name": "promise-yandex-share",
"version": "0.0.6",
"description": "load yandex share2 using promise",
"main": "dist/index.js",
"scripts": {
"start": "webpack --config webpack.config.js",
"build": "babel src --out-file dist/index.js && minify dist -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/st7art22/promise-yandex-share.git"
},
"keywords": [
"yandex",
"share2",
"socialbutton"
],
"author": "Andrej Sobolev",
"license": "MIT",
"bugs": {
"url": "https://github.com/st7art22/promise-yandex-share/issues"
},
"homepage": "https://github.com/st7art22/promise-yandex-share#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-minify": "^0.4.3",
"babel-plugin-uglify": "^1.0.2",
"babel-preset-env": "^1.7.0",
"webpack": "^4.16.2",
"webpack-cli": "^3.1.0"
}
}