bower.json 397 B

12345678910111213141516171819202122
  1. {
  2. "name": "rellax",
  3. "main": "rellax.js",
  4. "version": "1.2.0",
  5. "homepage": "https://dixonandmoe.com/rellax/",
  6. "authors": [
  7. "moeamaya <moeamaya@gmail.com>"
  8. ],
  9. "description": "vanilla javascript parallax",
  10. "moduleType": [],
  11. "keywords": [
  12. "parallax"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "test",
  20. "tests"
  21. ]
  22. }