package.json 813 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@d3v4pp/type",
  3. "publishConfig": {
  4. "access": "public"
  5. },
  6. "description": "Cross-browser type function (more precise than typeof)",
  7. "version": "0.0.4",
  8. "keywords": [
  9. "@d3v4pp/type",
  10. "@d3v4pp",
  11. "typeof",
  12. "type",
  13. "utility"
  14. ],
  15. "main": "index.js",
  16. "repository": {
  17. "type": "git",
  18. "url": "https://cvs.d3v4pp.fr/D3V4PP/type.git"
  19. },
  20. "author": {
  21. "name": "Ayoub Hassani <D3v4pp>",
  22. "email": "ayoub@d3v4pp.fr",
  23. "url": "https://d3v4pp.fr/"
  24. },
  25. "funding": "https://paypal.me/SupportTheDoc",
  26. "homepage": "https://cvs.d3v4pp.fr/D3V4PP/type/src/master/README.md",
  27. "bugs": {
  28. "url": "https://cvs.d3v4pp.fr/D3V4PP/type/issues",
  29. "email": "ayoub@d3v4pp.fr"
  30. }
  31. }