package.json 605 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "toggle-selection",
  3. "version": "1.0.6",
  4. "description": "Toggle current selected content in browser",
  5. "main": "index.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/sudodoki/toggle-selection"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "keywords": [
  14. "selection",
  15. "toggle",
  16. "browser",
  17. "deselect"
  18. ],
  19. "author": "sudodoki <smd.deluzion@gmail.com> (sudodoki.name)",
  20. "license": "MIT",
  21. "contributors": [
  22. {
  23. "name": "Aleksej Shvajka",
  24. "url": "https://github.com/shvaikalesh"
  25. }
  26. ]
  27. }