{
  "name": "vue-simple-addthis-share",
  "version": "0.1.5",
  "description": "Simple AddThis share component for Vue.js",
  "keywords": [
    "vuejs",
    "vuejs2",
    "vue",
    "share",
    "addthis",
    "nuxt"
  ],
  "main": "dist/addthis.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rm dist/addthis.js && webpack --config webpack.config.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hinex/vue-simple-addthis-share.git"
  },
  "author": "Roman Hinex",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hinex/vue-simple-addthis-share/issues"
  },
  "homepage": "https://github.com/hinex/vue-simple-addthis-share#readme",
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "babel-loader": "^8.0.4",
    "vue-loader": "^15.4.2",
    "vue-template-compiler": "^2.5.17",
    "webpack": "^4.24.0",
    "webpack-cli": "^3.1.2"
  }
}
