package.json 519 B

123456789101112131415161718192021
  1. {
  2. "name": "shake.js",
  3. "version": "1.2.2",
  4. "description": "A custom 'shake' event plugin for mobile web browsers using device accelerometer.",
  5. "keywords": [
  6. "shake",
  7. "gesture",
  8. "event"
  9. ],
  10. "main": "shake.js",
  11. "repository": {
  12. "type": "git",
  13. "url": "git+https://github.com/alexgibson/shake.js.git"
  14. },
  15. "author": "alexgibson",
  16. "license": "MIT",
  17. "bugs": {
  18. "url": "https://github.com/alexgibson/shake.js/issues"
  19. },
  20. "homepage": "https://github.com/alexgibson/shake.js#readme"
  21. }