{
  "name": "share-this",
  "version": "1.3.1",
  "description": "Medium-like text selection sharing without dependencies",
  "keywords": [
    "medium",
    "popover",
    "selection",
    "share",
    "sharing",
    "text"
  ],
  "main": "dist/share-this.js",
  "module": "src/core.js",
  "author": {
    "name": "Massimo Artizzu",
    "email": "maxart.x@gmail.com"
  },
  "license": "MIT",
  "scripts": {
    "build": "gulp",
    "prepare": "npm test",
    "preversion": "npm test",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "test": "nyc --require @babel/register mocha test/*.js test/sharers/*.js",
    "testonly": "mocha --require @babel/register test/*.js test/sharers/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MaxArt2501/share-this.git"
  },
  "bugs": {
    "url": "https://github.com/MaxArt2501/share-this/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/register": "^7.5.5",
    "chai": "^4.2.0",
    "coveralls": "^3.0.5",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-plugin-import": "^2.18.0",
    "gulp": "^4.0.2",
    "gulp-csso": "^3.0.1",
    "gulp-eslint": "^6.0.0",
    "gulp-less": "^4.0.1",
    "gulp-sourcemaps": "^2.6.5",
    "jsdom": "^15.1.1",
    "mocha": "^6.1.4",
    "nyc": "^14.1.1",
    "rollup": "^1.17.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-terser": "^5.1.1",
    "sinon": "^7.3.2",
    "sinon-chai": "^3.3.0"
  }
}
