package.json 788 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "jquery.transit",
  3. "version": "0.9.12",
  4. "description": "Smooth CSS3 transitions and transformations for jQuery.",
  5. "main": "jquery.transit.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "mocha"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git://github.com/rstacruz/jquery.transit.git"
  15. },
  16. "keywords": [
  17. "css3",
  18. "animation",
  19. "transition"
  20. ],
  21. "author": "Rico Sta. Cruz <hi@ricostacruz.com>",
  22. "license": "MIT",
  23. "peerDependencies": {
  24. "jquery": "*"
  25. },
  26. "devDependencies": {
  27. "chai": "1.9.1",
  28. "sinon": "1.10.2",
  29. "jsdom": "0.11.0",
  30. "coffee-script": "1.7.1"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/rstacruz/jquery.transit/issues"
  34. },
  35. "homepage": "http://ricostacruz.com/jquery.transit"
  36. }