package.json 693 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "particles.js",
  3. "version": "2.0.0",
  4. "description": "A lightweight JavaScript library for creating particles",
  5. "homepage": "http://vincentgarreau.com/particles.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/VincentGarreau/particles.js.git"
  12. },
  13. "keywords": [
  14. "particles",
  15. "particle",
  16. "canvas"
  17. ],
  18. "author": "Vincent Garreau",
  19. "license": "MIT",
  20. "files": [
  21. "particles.js",
  22. "particles.min.js"
  23. ],
  24. "bugs": {
  25. "url": "https://github.com/VincentGarreau/particles.js/issues"
  26. },
  27. "homepage": "https://github.com/VincentGarreau/particles.js"
  28. }