package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "videojs-hotkeys@0.2.27",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "videojs-hotkeys@0.2.27",
  9. "_id": "videojs-hotkeys@0.2.27",
  10. "_inBundle": false,
  11. "_integrity": "sha512-pwtm1QocRmzJy1PWQsmFVHyeldYHHpLdeATK3FsFHVMmNpz6CROkAn8TFy2UILr8Ghgq134K8jEKNue8HWpudQ==",
  12. "_location": "/videojs-hotkeys",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "videojs-hotkeys@0.2.27",
  18. "name": "videojs-hotkeys",
  19. "escapedName": "videojs-hotkeys",
  20. "rawSpec": "0.2.27",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.27"
  23. },
  24. "_requiredBy": [
  25. "/vue-video-player"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/videojs-hotkeys/-/videojs-hotkeys-0.2.27.tgz",
  28. "_spec": "0.2.27",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Chris Dougherty"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/ctd1500/videojs-hotkeys/issues"
  35. },
  36. "description": "Adds more hotkey support to video.js",
  37. "devDependencies": {
  38. "grunt": "^1.0.1",
  39. "grunt-contrib-clean": "^1.1.0",
  40. "grunt-contrib-compress": "^1.4.3",
  41. "grunt-contrib-copy": "^1.0.0",
  42. "grunt-contrib-uglify": "^3.0.1",
  43. "grunt-github-releaser2": "^0.1.1",
  44. "time-grunt": "^1.4.0"
  45. },
  46. "homepage": "https://github.com/ctd1500/videojs-hotkeys",
  47. "keywords": [
  48. "videojs",
  49. "videojs-plugin",
  50. "hotkeys"
  51. ],
  52. "license": "Apache-2.0",
  53. "main": "videojs.hotkeys.min.js",
  54. "name": "videojs-hotkeys",
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/ctd1500/videojs-hotkeys.git"
  58. },
  59. "scripts": {
  60. "build": "grunt",
  61. "release": "grunt release"
  62. },
  63. "version": "0.2.27"
  64. }