No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

42 líneas
746 B

  1. {
  2. "name": "react-motion",
  3. "version": "0.5.1",
  4. "homepage": "https://github.com/chenglou/react-motion",
  5. "authors": [
  6. "chenglou"
  7. ],
  8. "description": "A spring that solves your animation problems.",
  9. "main": [
  10. "build/react-motion.js",
  11. "build/react-motion.map"
  12. ],
  13. "dependencies": {
  14. "react": "^0.14.9 || ^15.3.0"
  15. },
  16. "keywords": [
  17. "react",
  18. "component",
  19. "react-component",
  20. "transitiongroup",
  21. "spring",
  22. "tween",
  23. "motion",
  24. "animation",
  25. "transition",
  26. "ui"
  27. ],
  28. "license": "MIT",
  29. "ignore": [
  30. "**/.*",
  31. "node_modules",
  32. "test",
  33. "demo*",
  34. "server.js",
  35. "src",
  36. "webpack.config.js",
  37. "webpack.prod.config.js",
  38. "karma.conf.js",
  39. "package.json"
  40. ]
  41. }