You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 3 година
123456789101112131415161718192021
  1. {
  2. "name": "classes",
  3. "version": "1.2.6",
  4. "description": "Cross-browser element class list",
  5. "keywords": [
  6. "dom",
  7. "html",
  8. "classList",
  9. "class",
  10. "ui"
  11. ],
  12. "scripts": [
  13. "index.js"
  14. ],
  15. "dependencies": {
  16. "component/indexof": "*"
  17. },
  18. "development": {
  19. "component/assert": "*"
  20. }
  21. }