Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
12345678910111213141516171819202122232425
  1. {
  2. "name": "tween",
  3. "repo": "component/tween",
  4. "description": "Motion tween engine using 'ease'",
  5. "version": "1.2.0",
  6. "keywords": [
  7. "tween",
  8. "tweening",
  9. "animation"
  10. ],
  11. "dependencies": {
  12. "component/clone": "0.2.2",
  13. "component/ease": "1.0.0",
  14. "component/emitter": "1.2.0",
  15. "component/type": "1.1.0"
  16. },
  17. "development": {
  18. "component/raf": "*",
  19. "component/autoscale-canvas": "*"
  20. },
  21. "license": "MIT",
  22. "scripts": [
  23. "index.js"
  24. ]
  25. }