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.

29 lines
495 B

7 years ago
  1. {
  2. "name": "class2context",
  3. "description": "javascript library, to add context menu functionallity to html page",
  4. "main": [
  5. "class2context.js",
  6. "class2context.css"
  7. ],
  8. "moduleType": [
  9. "amd",
  10. "globals",
  11. "node"
  12. ],
  13. "keywords": [
  14. "class",
  15. "context",
  16. "menu"
  17. ],
  18. "authors": [
  19. {"name": "Arnau Code", "homepage": "http://arnaucode.com"}
  20. ],
  21. "license": "MIT",
  22. "ignore": [
  23. "**/.*",
  24. "demo",
  25. "*.gif",
  26. "*.png"
  27. ],
  28. "private": false
  29. }