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 293 B

3 years ago
123456789101112131415
  1. {
  2. "name": "ease",
  3. "repo": "component/ease",
  4. "description": "Easing functions (for canvas etc)",
  5. "version": "1.0.0",
  6. "keywords": ["ease", "easing", "tween"],
  7. "dependencies": {},
  8. "development": {
  9. "component/raf": "*"
  10. },
  11. "scripts": [
  12. "index.js"
  13. ],
  14. "license": "MIT"
  15. }