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.

component.json 441 B

3 years ago
1234567891011121314151617181920212223
  1. {
  2. "name": "scroll-to",
  3. "repo": "component/scroll-to",
  4. "description": "Smooth window scroll to position with requestAnimationFrame",
  5. "version": "0.0.2",
  6. "keywords": [
  7. "scroll",
  8. "animate",
  9. "scroll-to"
  10. ],
  11. "dependencies": {
  12. "component/raf": "1.2.0",
  13. "component/tween": "1.2.0"
  14. },
  15. "development": {
  16. "component/event": "*"
  17. },
  18. "license": "MIT",
  19. "main": "index.js",
  20. "scripts": [
  21. "index.js"
  22. ]
  23. }