{
  "name": "custom-selection",
  "version": "1.1.3",
  "description": "Add custom ::selection css pseudo-element to website using data attributes all so you can improve your websites look and feel",
  "main": "./dist/custom-selection.core.js",
  "scripts": {
    "test": "echo \"No test specified\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/killianog/css-selection.git"
  },
  "keywords": [
    "attributes",
    "css",
    "data attributes" ,
    "pseudo-element",
    "::selection",
    "javascript"

  ],
  "author": "killianog",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/killianog/css-selection/issues"
  },
  "homepage": "https://github.com/killianog/css-selection#readme"

}

