package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "jquery-smoove",
  3. "title": "jQuery Smoove - Gorgeous CSS3 Scroll Effects",
  4. "version": "0.2.7",
  5. "description": "A simple jQuery plugin for sexy scrolling effects using CSS3 transitions and transforms.",
  6. "homepage": "http://smoove.donlabs.com",
  7. "author": "Adam Bouqdib (http://abemedia.co.uk/)",
  8. "keywords": [
  9. "jquery",
  10. "scroll",
  11. "css",
  12. "animation"
  13. ],
  14. "maintainers": [
  15. "Adam Bouqdib (http://abemedia.co.uk)"
  16. ],
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/abeMedia/jquery-smoove"
  20. },
  21. "bugs": {
  22. "url": "https://github.com/abeMedia/jquery-smoove/issues"
  23. },
  24. "main": "dist/jquery.smoove.js",
  25. "dependencies": {
  26. "jquery": ">= 1.7"
  27. },
  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. }