bower.json 435 B

123456789101112131415161718192021
  1. {
  2. "name": "particles.js",
  3. "main": "particles.js",
  4. "homepage": "https://github.com/VincentGarreau/particles.js",
  5. "authors": [
  6. "Vincent Garreau <vin.garreau@gmail.com>"
  7. ],
  8. "description": "A lightweight JavaScript library for creating particles.",
  9. "keywords": [
  10. "particle",
  11. "particles"
  12. ],
  13. "license": "MIT",
  14. "ignore": [
  15. "**/.*",
  16. "node_modules",
  17. "bower_components",
  18. "test",
  19. "tests"
  20. ]
  21. }