package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "hammerjs",
  3. "title": "Hammer.JS",
  4. "description": "A javascript library for multi-touch gestures",
  5. "version": "2.0.8",
  6. "homepage": "http://hammerjs.github.io/",
  7. "license": "MIT",
  8. "keywords": [
  9. "touch",
  10. "gestures"
  11. ],
  12. "author": {
  13. "name": "Jorik Tangelder",
  14. "email": "j.tangelder@gmail.com"
  15. },
  16. "contributors": [
  17. {
  18. "name": "Alexander Schmitz",
  19. "email": "arschmitz@gmail.com"
  20. },
  21. {
  22. "name": "Chris Thoburn",
  23. "email": ""
  24. }
  25. ],
  26. "repository": {
  27. "type": "git",
  28. "url": "git://github.com/hammerjs/hammer.js.git"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/hammerjs/hammer.js/issues"
  32. },
  33. "dependencies": {},
  34. "devDependencies": {
  35. "changelogplease": "^1.2.0",
  36. "git-tags": "^0.2.4",
  37. "grunt": "0.4.x",
  38. "grunt-banner": "^0.2.3",
  39. "grunt-contrib-concat": "0.4.x",
  40. "grunt-contrib-connect": "0.7.x",
  41. "grunt-contrib-jshint": "0.10.x",
  42. "grunt-contrib-qunit": "^0.5.1",
  43. "grunt-contrib-uglify": "0.7.x",
  44. "grunt-contrib-watch": "0.6.x",
  45. "grunt-jscs": "^0.8.0",
  46. "grunt-string-replace": "^0.2.7",
  47. "hammer-simulator": "git://github.com/hammerjs/simulator#master",
  48. "jquery-hammerjs": "2.0.x"
  49. },
  50. "main": "hammer.js",
  51. "engines": {
  52. "node": ">=0.8.0"
  53. },
  54. "scripts": {
  55. "test": "grunt test"
  56. }
  57. }