package.json 656 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "easings-css",
  3. "version": "1.0.0",
  4. "description": "Easing functions for CSS.",
  5. "main": "easings.json",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/jacobbuck/easings-css.git"
  12. },
  13. "keywords": [
  14. "animation",
  15. "css",
  16. "easings",
  17. "less",
  18. "sass",
  19. "scss",
  20. "timing-function",
  21. "transition"
  22. ],
  23. "author": "Jacob Buck <buck.jacob@gmail.com>",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/jacobbuck/easings-css/issues"
  27. },
  28. "homepage": "https://github.com/jacobbuck/easings-css#readme"
  29. }