package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "jquery-smoove",
  3. "filename": "jquery.smoove.min.js",
  4. "version": "0.2.6",
  5. "description": "A simple jQuery plugin for sexy scrolling effects using CSS3 transitions and transforms.",
  6. "homepage": "http://smoove.donlabs.com",
  7. "keywords": [
  8. "jquery",
  9. "scroll",
  10. "css",
  11. "animation"
  12. ],
  13. "maintainers": [
  14. "Adam Bouqdib (http://abemedia.co.uk)"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/abeMedia/jquery-smoove"
  19. },
  20. "bugs": {
  21. "url": "https://github.com/abeMedia/jquery-smoove/issues"
  22. },
  23. "main": "jquery.smoove.js",
  24. "scripts": {
  25. "test": "echo \"Error: no test specified\" && exit 1"
  26. },
  27. "dependencies": {
  28. "jquery": ">= 1.5"
  29. },
  30. "author": "Adam Bouqdib <[email protected]> (http://abemedia.co.uk/)",
  31. "license": "GPL-2.0",
  32. "scripts": {
  33. "test": "grunt qunit"
  34. },
  35. "devDependencies": {
  36. "grunt-contrib-jshint": "~0.10.0",
  37. "grunt-contrib-qunit": "~0.2.0",
  38. "grunt-contrib-concat": "~0.3.0",
  39. "grunt-contrib-uglify": "~0.2.0",
  40. "grunt-contrib-watch": "~0.4.0",
  41. "grunt-contrib-clean": "~0.4.0",
  42. "grunt": "~0.4.5",
  43. "grunt-contrib-connect": "^0.8.0"
  44. }
  45. }