package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "jquery-smoove",
  3. "title": "jQuery Smoove - Gorgeous CSS3 Scroll Effects",
  4. "version": "0.2.11",
  5. "description": "A simple jQuery plugin for sexy scrolling effects using CSS3 transitions and transforms.",
  6. "homepage": "http://smoove.js.org/",
  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. "license": "GPL-2.0",
  26. "scripts": {
  27. "test": "grunt test"
  28. },
  29. "dependencies": {
  30. "jquery": ">=1.7"
  31. },
  32. "devDependencies": {
  33. "grunt": "^1.0.1",
  34. "grunt-contrib-clean": "^1.0.0",
  35. "grunt-contrib-concat": "^1.0.1",
  36. "grunt-contrib-connect": "^1.0.2",
  37. "grunt-contrib-jshint": "^1.0.0",
  38. "grunt-contrib-qunit": "^1.2.0",
  39. "grunt-contrib-uglify": "^2.0.0",
  40. "grunt-contrib-watch": "^1.0.0",
  41. "qunitjs": "^2.0.1"
  42. }
  43. }