package.json 830 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@d3v4pp/dot",
  3. "publishConfig": {
  4. "access": "public"
  5. },
  6. "version": "0.0.2",
  7. "description": "Get, set and delete object properties with dot notation",
  8. "main": "index.js",
  9. "author": {
  10. "name": "Ayoub Hassani <D3v4pp>",
  11. "email": "ayoub@d3v4pp.fr",
  12. "url": "https://d3v4pp.fr/"
  13. },
  14. "funding": "https://paypal.me/SupportTheDoc",
  15. "homepage": "https://cvs.d3v4pp.fr/D3V4PP/dot/src/master/README.md",
  16. "bugs": {
  17. "url": "https://cvs.d3v4pp.fr/D3V4PP/dot/issues",
  18. "email": "ayoub@d3v4pp.fr"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://cvs.d3v4pp.fr/D3V4PP/dot.git"
  23. },
  24. "license": "d3v4pp",
  25. "keywords": [
  26. "dot",
  27. "notation",
  28. "properties",
  29. "object",
  30. "path"
  31. ]
  32. }