package.json 479 B

1234567891011121314151617181920212223
  1. {
  2. "name": "scroll",
  3. "author": "Michael Rhodes",
  4. "version": "3.0.1",
  5. "main": "index.js",
  6. "repository": "git@github.com:michaelrhodes/scroll",
  7. "description": "animates the scroll top/left position of an element",
  8. "keyword": [
  9. "scrollTop",
  10. "scrollLeft",
  11. "scrollTo",
  12. "animate"
  13. ],
  14. "license": "MIT",
  15. "scripts": {
  16. "test": "wzrd test.js"
  17. },
  18. "devDependencies": {
  19. "ease-component": "~1.0.0",
  20. "tape": "~2.3.2",
  21. "wzrd": "~1.5.0"
  22. }
  23. }