package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "dependencies": {
  25. "jquery": ">= 1.5"
  26. },
  27. "author": "Adam Bouqdib <[email protected]> (http://abemedia.co.uk/)",
  28. "license": "GPL-2.0",
  29. "scripts": {
  30. "test": "grunt test"
  31. },
  32. "devDependencies": {
  33. "grunt-contrib-jshint": "~0.10.0",
  34. "grunt-contrib-qunit": "~0.2.0",
  35. "grunt-contrib-concat": "~0.3.0",
  36. "grunt-contrib-uglify": "~0.2.0",
  37. "grunt-contrib-watch": "~0.4.0",
  38. "grunt-contrib-clean": "~0.4.0",
  39. "grunt": "~0.4.5",
  40. "grunt-contrib-connect": "^0.8.0"
  41. }
  42. }