package.json 934 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "pep",
  3. "title": "jquery.pep.js",
  4. "description": "Kinetic drag for mobile & desktop",
  5. "version": "0.6.2",
  6. "homepage": "http://pep.briangonzalez.org",
  7. "author": {
  8. "name": "Brian Gonzalez",
  9. "email": "me@briangonzalez.org",
  10. "url": "briangonzalez.org",
  11. "twitter": "@brianmgonzalez"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git@github.com:briangonzalez/jquery.pep.js.git"
  16. },
  17. "bugs": {
  18. "url": "https://github.com/briangonzalez/jquery.pep.js/issues"
  19. },
  20. "licenses": [
  21. {
  22. "type": "MIT",
  23. "url": "pep.briangonzalez.org/blob/master/LICENSE-MIT"
  24. }
  25. ],
  26. "dependencies": {
  27. "jquery": "*"
  28. },
  29. "keywords": [
  30. "drag",
  31. "touch",
  32. "mobile",
  33. "kinetic",
  34. "inertia"
  35. ],
  36. "devDependencies": {
  37. "grunt-shell": "~0.3.0",
  38. "shelljs": "~0.1.4",
  39. "jquery": "~1.8.3",
  40. "grunt-contrib-jshint": "~0.6.0",
  41. "grunt-contrib-qunit": "~0.4.0"
  42. }
  43. }