package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "_args": [
  3. [
  4. "hammerjs@2.0.8",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "hammerjs@2.0.8",
  9. "_id": "hammerjs@2.0.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-tSQXBXS/MWQOn/RKckawJ61vvsDpCom87JgxiYdGwHdOa0ht0vzUWDlfioofFCRU0L+6NGDt6XzbgoJvZkMeRQ==",
  12. "_location": "/hammerjs",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "hammerjs@2.0.8",
  18. "name": "hammerjs",
  19. "escapedName": "hammerjs",
  20. "rawSpec": "2.0.8",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.8"
  23. },
  24. "_requiredBy": [
  25. "/diagram-js"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/hammerjs/-/hammerjs-2.0.8.tgz",
  28. "_spec": "2.0.8",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Jorik Tangelder",
  32. "email": "j.tangelder@gmail.com"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/hammerjs/hammer.js/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Alexander Schmitz",
  40. "email": "arschmitz@gmail.com"
  41. },
  42. {
  43. "name": "Chris Thoburn"
  44. }
  45. ],
  46. "dependencies": {},
  47. "description": "A javascript library for multi-touch gestures",
  48. "devDependencies": {
  49. "changelogplease": "^1.2.0",
  50. "git-tags": "^0.2.4",
  51. "grunt": "0.4.x",
  52. "grunt-banner": "^0.2.3",
  53. "grunt-contrib-concat": "0.4.x",
  54. "grunt-contrib-connect": "0.7.x",
  55. "grunt-contrib-jshint": "0.10.x",
  56. "grunt-contrib-qunit": "^0.5.1",
  57. "grunt-contrib-uglify": "0.7.x",
  58. "grunt-contrib-watch": "0.6.x",
  59. "grunt-jscs": "^0.8.0",
  60. "grunt-string-replace": "^0.2.7",
  61. "hammer-simulator": "git://github.com/hammerjs/simulator.git#master",
  62. "jquery-hammerjs": "2.0.x"
  63. },
  64. "engines": {
  65. "node": ">=0.8.0"
  66. },
  67. "homepage": "http://hammerjs.github.io/",
  68. "keywords": [
  69. "touch",
  70. "gestures"
  71. ],
  72. "license": "MIT",
  73. "main": "hammer.js",
  74. "name": "hammerjs",
  75. "repository": {
  76. "type": "git",
  77. "url": "git://github.com/hammerjs/hammer.js.git"
  78. },
  79. "scripts": {
  80. "test": "grunt test"
  81. },
  82. "title": "Hammer.JS",
  83. "version": "2.0.8"
  84. }