Dpack get data Node : V10
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 

39 líneas
810 B

  1. {
  2. "name": "popups",
  3. "version": "1.1.3",
  4. "description": "Native Javascript Modal/Popup system. With react support!",
  5. "main": "dist/popupS.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "modal",
  11. "popup",
  12. "layer",
  13. "dialog",
  14. "prompt",
  15. "alert",
  16. "message",
  17. "lightbox",
  18. "javascript",
  19. "pure javascript",
  20. "native javascript",
  21. "no jQuery",
  22. "js"
  23. ],
  24. "author": "ChiefORZ",
  25. "license": "MIT",
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/ChiefORZ/popupS.git"
  29. },
  30. "devDependencies": {
  31. "grunt": "*",
  32. "grunt-contrib-clean": "^0.6.0",
  33. "grunt-contrib-cssmin": "^0.14.0",
  34. "grunt-contrib-uglify": "*",
  35. "grunt-contrib-watch": "*",
  36. "grunt-usebanner": "^0.3.1"
  37. }
  38. }